unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: WinterHound <winterhound@yandex.com>
To: 56310@debbugs.gnu.org
Cc: WinterHound <winterhound@yandex.com>
Subject: [bug#56310] Add tidal
Date: Thu, 30 Jun 2022 09:39:22 +0530	[thread overview]
Message-ID: <20220630040922.5425-1-winterhound@yandex.com> (raw)

---
 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





             reply	other threads:[~2022-06-30  4:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30  4:09 WinterHound [this message]
2022-07-10 11:30 ` [bug#56310] Seems like somebody has already made this. But not committed yet Winter Hound

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220630040922.5425-1-winterhound@yandex.com \
    --to=winterhound@yandex.com \
    --cc=56310@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).