GNU bug report logs - #56310
Add tidal

Previous Next

Package: guix-patches;

Reported by: WinterHound <winterhound <at> yandex.com>

Date: Thu, 30 Jun 2022 04:11:02 UTC

Severity: normal

Merged with 56313, 56314, 56315

To reply to this bug, email your comments to 56310 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#56310; Package guix-patches. (Thu, 30 Jun 2022 04:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to WinterHound <winterhound <at> yandex.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 30 Jun 2022 04:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: WinterHound <winterhound <at> yandex.com>
To: guix-patches <at> gnu.org
Cc: WinterHound <winterhound <at> yandex.com>
Subject: Add tidal
Date: Thu, 30 Jun 2022 09:39:22 +0530
---
 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





Merged 56310 56313 56314 56315. Request was from Lars-Dominik Braun <lars <at> 6xq.net> to control <at> debbugs.gnu.org. (Thu, 30 Jun 2022 07:46:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#56310; Package guix-patches. (Sun, 10 Jul 2022 12:24:02 GMT) Full text and rfc822 format available.

Message #10 received at 56310 <at> debbugs.gnu.org (full text, mbox):

From: Winter Hound <winterhound <at> yandex.ru>
To: "56310 <at> debbugs.gnu.org" <56310 <at> debbugs.gnu.org>
Subject: Seems like somebody has already made this. But not committed yet.
Date: Sun, 10 Jul 2022 17:00:13 +0530
[Message part 1 (text/html, inline)]

This bug report was last modified 2 years and 339 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.