[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/39: gnu: Add ghc-monad-par-extras.
From: |
Ludovic Courtès |
Subject: |
10/39: gnu: Add ghc-monad-par-extras. |
Date: |
Sun, 22 Oct 2017 18:32:41 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 59551881b15702cdb3fc01506423ce8634cb83db
Author: rsiddharth <address@hidden>
Date: Wed Oct 18 03:07:30 2017 +0000
gnu: Add ghc-monad-par-extras.
* gnu/packages/haskell.scm (ghc-monad-par-extras): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ffc6030..987dffe 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9257,4 +9257,28 @@ of @code{Par} functionality. See the
@code{Control.Monad.Par.Class}
module for more details.")
(license license:bsd-3)))
+(define-public ghc-monad-par-extras
+ (package
+ (name "ghc-monad-par-extras")
+ (version "0.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "monad-par-extras-" version "/"
+ "monad-par-extras-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0bl4bd6jzdc5zm20q1g67ppkfh6j6yn8fwj6msjayj621cck67p2"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-abstract-par" ,ghc-abstract-par)
+ ("ghc-cereal" ,ghc-cereal)
+ ("ghc-random" ,ghc-random)
+ ("ghc-mtl" ,ghc-mtl)))
+ (home-page "https://github.com/simonmar/monad-par")
+ (synopsis "Combinators and extra features for Par monads for Haskell")
+ (description "This Haskell package provides additional data structures,
+and other added capabilities layered on top of the @code{Par} monad.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- branch master updated (ef7dd2e -> ed9b09e), Ludovic Courtès, 2017/10/22
- 01/39: gnu: Add ghc-errors., Ludovic Courtès, 2017/10/22
- 02/39: gnu: Add ghc-vector-th-unbox., Ludovic Courtès, 2017/10/22
- 04/39: gnu: Add ghc-math-functions., Ludovic Courtès, 2017/10/22
- 05/39: gnu: Add ghc-mwc-random., Ludovic Courtès, 2017/10/22
- 09/39: gnu: Add ghc-abstract-par., Ludovic Courtès, 2017/10/22
- 07/39: gnu: Add ghc-language-haskell-extract., Ludovic Courtès, 2017/10/22
- 11/39: gnu: Add ghc-abstract-deque., Ludovic Courtès, 2017/10/22
- 06/39: gnu: Add ghc-vector-algorithms., Ludovic Courtès, 2017/10/22
- 13/39: gnu: ghc-base-orphans: Update to 0.6., Ludovic Courtès, 2017/10/22
- 10/39: gnu: Add ghc-monad-par-extras.,
Ludovic Courtès <=
- 08/39: gnu: Add ghc-test-framework-th., Ludovic Courtès, 2017/10/22
- 18/39: gnu: Add ghc-contravariant-extras., Ludovic Courtès, 2017/10/22
- 03/39: gnu: Add ghc-erf., Ludovic Courtès, 2017/10/22
- 21/39: gnu: Add ghc-entropy., Ludovic Courtès, 2017/10/22
- 12/39: gnu: Add ghc-monad-par., Ludovic Courtès, 2017/10/22
- 20/39: gnu: Add ghc-either., Ludovic Courtès, 2017/10/22
- 25/39: gnu: Add ghc-puremd5, Ludovic Courtès, 2017/10/22
- 14/39: gnu: Add ghc-statistics., Ludovic Courtès, 2017/10/22
- 22/39: gnu: Add ghc-crypto-api., Ludovic Courtès, 2017/10/22
- 35/39: gnu: ghc-conduit: Update to 1.2.12.1., Ludovic Courtès, 2017/10/22