[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
106/151: gnu: Add ghc-reducers.
From: |
Paul |
Subject: |
106/151: gnu: Add ghc-reducers. |
Date: |
Tue, 20 Oct 2015 15:31:08 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 7583a05c4ab705074f59eba8aecc9456dea8edb9
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:43:48 2015 +0200
gnu: Add ghc-reducers.
* gnu/packages/haskell.scm (ghc-reducers): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index c6b092b..ee30454 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1434,6 +1434,35 @@ this package makes them available back to GHC 7.2.")
(description "This library provides profunctors for Haskell.")
(license bsd-3)))
+(define-public ghc-reducers
+ (package
+ (name "ghc-reducers")
+ (version "3.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/reducers/reducers-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0pkddg0s3cn759miq0nfrq7lnp3imk5sx784ihsilsbjh9kvffz4"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-semigroupoids" ,ghc-semigroupoids)))
+ (inputs
+ `(("ghc-fingertree" ,ghc-fingertree)
+ ("ghc-hashable" ,ghc-hashable)
+ ("ghc-text" ,ghc-text)
+ ("ghc-unordered-containers" ,ghc-unordered-containers)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (home-page "http://github.com/ekmett/reducers/")
+ (synopsis "Semigroups, specialized containers and a general map/reduce
framework")
+ (description "This library provides various semigroups, specialized
+containers and a general map/reduce framework for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 83/151: gnu: Add ghc-tasty-hunit., (continued)
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/20
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/20
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/20
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/20
- 105/151: gnu: Add ghc-semigroupoids., Paul, 2015/10/20
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/20
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/20
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/20
- 102/151: gnu: Add ghc-polyparse., Paul, 2015/10/20
- 108/151: gnu: Add ghc-prelude-extras., Paul, 2015/10/20
- 106/151: gnu: Add ghc-reducers.,
Paul <=
- 107/151: gnu: Add ghc-reflection., Paul, 2015/10/20
- 109/151: gnu: Add ghc-free., Paul, 2015/10/20
- 112/151: gnu: Add ghc-cpphs., Paul, 2015/10/20
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/20
- 111/151: gnu: Add ghc-simple-reflect., Paul, 2015/10/20
- 115/151: gnu: Add ghc-haskell-src-exts., Paul, 2015/10/20
- 122/151: gnu: Add ghc-wai., Paul, 2015/10/20
- 116/151: gnu: Add ghc-hlint., Paul, 2015/10/20
- 110/151: gnu: Add ghc-adjunctions., Paul, 2015/10/20
- 114/151: gnu: Add ghc-happy., Paul, 2015/10/20