emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34415: closed ([PATCH] gnu: Add ghc-alsa-core.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34415: closed ([PATCH] gnu: Add ghc-alsa-core.)
Date: Sun, 10 Feb 2019 20:39:01 +0000

Your message dated Sun, 10 Feb 2019 21:38:20 +0100
with message-id <address@hidden>
and subject line Re: [bug#34415] [PATCH] gnu: Add ghc-alsa-core.
has caused the debbugs.gnu.org bug report #34415,
regarding [PATCH] gnu: Add ghc-alsa-core.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34415: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34415
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-alsa-core. Date: Sun, 10 Feb 2019 16:39:09 +0100 User-agent: mu4e 1.0; emacs 26.1
* gnu/packages/haskell.scm (ghc-alsa-core): New variable.
---
 gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 255e902e6..eecb5b71c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -11493,4 +11493,29 @@ imported with the correct Haskell types.")
 Music Player Daemon.")
     (license license:expat)))
 
+(define-public ghc-alsa-core
+  (package
+    (name "ghc-alsa-core")
+    (version "0.5.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://hackage/package/alsa-core/alsa-core-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "1avh4a419h9d2zsslg6j8hm87ppgsgqafz8ll037rk2yy1g4jl7b"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
+       ("alsa-lib" ,alsa-lib)))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (home-page "http://www.haskell.org/haskellwiki/ALSA";)
+    (synopsis "Binding to the ALSA Library API (Exceptions)")
+    (description "This package provides access to ALSA infrastructure, that is
+needed by both alsa-seq and alsa-pcm.")
+    (license license:bsd-3)))
 ;;; haskell.scm ends here
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34415] [PATCH] gnu: Add ghc-alsa-core. Date: Sun, 10 Feb 2019 21:38:20 +0100
Thanks!  Pushed to guix master as 3fc88ff0f3499b9be2eb8177084752feb2e2508f.

Attachment: pgpJGeIpDkCVj.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]