* [bug#56310] Add tidal
@ 2022-06-30 4:09 WinterHound
2022-07-10 11:30 ` [bug#56310] Seems like somebody has already made this. But not committed yet Winter Hound
0 siblings, 1 reply; 2+ messages in thread
From: WinterHound @ 2022-06-30 4:09 UTC (permalink / raw)
To: 56310; +Cc: WinterHound
---
gnu/packages/haskell-apps.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 3591d9d67e..24a8b95073 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -972,3 +972,30 @@ (define-public stylish-haskell
default)
@end itemize")
(license license:bsd-3)))
+
+(define-public tidal
+ (package
+ (name "tidal")
+ (version "1.8.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "tidal" version))
+ (sha256
+ (base32 "19gh5l8hna9s4k5qw98qcr1s9wpqi6mf2kxd4kz6lzl3yxj56y6z"))))
+ (build-system haskell-build-system)
+ (inputs
+ (list ghc-colour
+ ghc-hosc
+ ghc-network
+ ghc-bifunctors
+ ghc-clock
+ ghc-primitive
+ ghc-random
+ ghc-hint
+ ghc-async))
+ (native-inputs (list ghc-microspec))
+ (home-page "http://tidalcycles.org/")
+ (synopsis "Pattern language for improvised music")
+ (description "Tidal is a domain specific language for live coding patterns.")
+ (license license:gpl3)))
--
2.36.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#56310] Seems like somebody has already made this. But not committed yet.
2022-06-30 4:09 [bug#56310] Add tidal WinterHound
@ 2022-07-10 11:30 ` Winter Hound
0 siblings, 0 replies; 2+ messages in thread
From: Winter Hound @ 2022-07-10 11:30 UTC (permalink / raw)
To: 56310@debbugs.gnu.org
[-- Attachment #1: Type: text/html, Size: 48 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-10 13:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 4:09 [bug#56310] Add tidal WinterHound
2022-07-10 11:30 ` [bug#56310] Seems like somebody has already made this. But not committed yet Winter Hound
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).