@@ -29,6 +29,7 @@
;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
;;; Copyright © 2020 Christine Lemmer-Webber <cwebber@dustycloud.org>
;;; Copyright © 2021 Alice BRENON <alice.brenon@ens-lyon.fr>
+;;; Copyright © 2021 Aleksandr Vityazev <avityazev@posteo.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3066,6 +3067,32 @@ (define-public ghc-microspec
dependencies.")
(license license:bsd-3)))
+(define-public ghc-tidal
+ (package
+ (name "ghc-tidal")
+ (version "1.7.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "tidal" version))
+ (sha256
+ (base32 "0l8k4f89rhmvd0ys7klgi57k0313ki1vr256mkc60xc6a6gb3g93"))))
+ (build-system haskell-build-system)
+ (inputs
+ (list ghc-colour
+ ghc-hosc
+ ghc-network
+ ghc-bifunctors
+ ghc-clock
+ ghc-primitive
+ ghc-random))
+ (native-inputs (list ghc-microspec))
+ (home-page "https://tidalcycles.org/")
+ (synopsis "Pattern language for improvised music")
+ (description
+ "Tidal is a domain specific language for live coding patterns.")
+ (license license:gpl3+)))
+
(define-public ghc-dbus
(package
(name "ghc-dbus")