[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: |
Mon, 19 Oct 2015 08:58:30 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 761d524825946afe00d732b67ba1c538c1ad0897
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 | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 6b04f0a..399542f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1449,6 +1449,36 @@ available back to GHC 7.2.")
(description "Profunctors")
(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
+ "Semigroups, specialized containers and a general map/reduce framework.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 93/151: gnu: Add ghc-scientific., (continued)
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/19
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/19
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/19
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/19
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/19
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/19
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/19
- 96/151: gnu: Add ghc-css-text., Paul, 2015/10/19
- 100/151: gnu: Add ghc-comonad., Paul, 2015/10/19
- 101/151: gnu: Add ghc-hscolour., Paul, 2015/10/19
- 106/151: gnu: Add ghc-reducers.,
Paul <=
- 104/151: gnu: Add ghc-profunctors., Paul, 2015/10/19
- 105/151: gnu: Add ghc-semigroupoids., Paul, 2015/10/19
- 102/151: gnu: Add ghc-polyparse., Paul, 2015/10/19
- 108/151: gnu: Add ghc-prelude-extras., Paul, 2015/10/19
- 103/151: gnu: Add ghc-extra., Paul, 2015/10/19
- 107/151: gnu: Add ghc-reflection., Paul, 2015/10/19
- 110/151: gnu: Add ghc-adjunctions., Paul, 2015/10/19
- 112/151: gnu: Add ghc-cpphs., Paul, 2015/10/19
- 113/151: gnu: Add ghc-cmdargs., Paul, 2015/10/19
- 109/151: gnu: Add ghc-free., Paul, 2015/10/19