all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul van der Walt <paul@denknerd.org>
To: guix-devel@gnu.org
Subject: [PATCH 20/21] gnu: Add ghc-alsa-mixer.
Date: Wed,  4 Nov 2015 21:01:08 +0100	[thread overview]
Message-ID: <1446667269-4961-20-git-send-email-paul@denknerd.org> (raw)
In-Reply-To: <1446667269-4961-1-git-send-email-paul@denknerd.org>

* gnu/packages/haskell.scm (ghc-alsa-mixer): New variable.
---
 gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 90171e7..889cd55 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5289,4 +5289,28 @@ Epigram and Agda.")
      "This package provides Haskell access to the ALSA infrastructure.")
     (license bsd-3)))
 
+(define-public ghc-alsa-mixer
+  (package
+    (name "ghc-alsa-mixer")
+    (version "0.2.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://hackage.haskell.org/package/alsa-mixer/alsa-mixer-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "11sc2n879a8rb9yz54cb8vg8rplgapbymzy785p7n7638xx877hk"))))
+    (build-system haskell-build-system)
+    (native-inputs `(("c2hs" ,c2hs)))
+    (inputs
+     `(("ghc-alsa-core" ,ghc-alsa-core)))
+    (home-page "https://github.com/ttuegel/alsa-mixer")
+    (synopsis "Haskell bindings to the ALSA simple mixer API")
+    (description
+     "This package provides Haskell bindings to the ALSA simple mixer API.")
+    (license bsd-3)))
+
 ;;; haskell.scm ends here
-- 
2.6.2

  parent reply	other threads:[~2015-11-04 20:02 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-04 19:56 Adding xmobar Paul van der Walt
2015-11-04 20:00 ` [PATCH 01/21] gnu: ghc-regex-posix: Propagate inputs Paul van der Walt
2015-11-04 20:00   ` [PATCH 02/21] gnu: ghc-regex-compat: " Paul van der Walt
2015-11-04 20:00   ` [PATCH 03/21] gnu: Add ghc-monads-tf Paul van der Walt
2015-11-10 16:07     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 04/21] gnu: Add ghc-language-haskell-extract Paul van der Walt
2015-11-10 16:07     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 05/21] gnu: Add ghc-tasty-th Paul van der Walt
2015-11-10 16:08     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 06/21] gnu: Add ghc-newtype Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 07/21] gnu: Add ghc-patience Paul van der Walt
2015-11-10 16:08     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 08/21] gnu: Add ghc-constraints Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 09/21] gnu: Add ghc-language-c Paul van der Walt
2015-11-10 16:09     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 10/21] gnu: Add ghc-lifted-async Paul van der Walt
2015-11-10 16:10     ` Ludovic Courtès
2015-11-04 20:00   ` [PATCH 11/21] gnu: Add ghc-options Paul van der Walt
2015-11-10 16:10     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 12/21] gnu: Add ghc-chell Paul van der Walt
2015-11-10 16:12     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 13/21] gnu: Add ghc-chell-quickcheck Paul van der Walt
2015-11-10 16:13     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 14/21] gnu: Add ghc-system-filepath Paul van der Walt
2015-11-10 16:11     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 15/21] gnu: Add ghc-system-fileio Paul van der Walt
2015-11-10 16:16     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 16/21] gnu: Add ghc-enclosed-exceptions Paul van der Walt
2015-11-10 16:14     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 17/21] gnu: Add ghc-shelly Paul van der Walt
2015-11-10 16:13     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 18/21] gnu: Add c2hs Paul van der Walt
2015-11-10 16:15     ` Ludovic Courtès
2015-11-04 20:01   ` [PATCH 19/21] gnu: Add ghc-alsa-core Paul van der Walt
2015-11-10 16:12     ` Ludovic Courtès
2015-11-04 20:01   ` Paul van der Walt [this message]
2015-11-10 16:17     ` [PATCH 20/21] gnu: Add ghc-alsa-mixer Ludovic Courtès
2015-11-04 20:01   ` [PATCH 21/21] gnu: Add xmobar Paul van der Walt
2015-11-10 16:15     ` Ludovic Courtès
2015-11-10 16:06   ` [PATCH 01/21] gnu: ghc-regex-posix: Propagate inputs Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=1446667269-4961-20-git-send-email-paul@denknerd.org \
    --to=paul@denknerd.org \
    --cc=guix-devel@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.