[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/154: gnu: Add ghc-distributive.
From: |
Paul |
Subject: |
100/154: gnu: Add ghc-distributive. |
Date: |
Fri, 23 Oct 2015 07:14:36 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit fa4f5024bcc42514de005d92b138ed7f2d25e5a8
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:34:48 2015 +0200
gnu: Add ghc-distributive.
* gnu/packages/haskell.scm (ghc-distributive): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index d1edef6..939d2e7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1219,6 +1219,32 @@ Haskell.")
modifying, and extracting files from zip archives in Haskell.")
(license bsd-3)))
+(define-public ghc-distributive
+ (package
+ (name "ghc-distributive")
+ (version "0.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/distributive/distributive-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0s2ln9jv7bh4ri2y31178pvjl8x6nik5d0klx7j2b77yjlsgblc2"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: fails with "cannot satisfy -package
+ ; tagged-0.8.1". Suspected Cabal issue.
+ (propagated-inputs
+ `(("ghc-tagged" ,ghc-tagged)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page "http://github.com/ekmett/distributive/")
+ (synopsis "Distributive functors for Haskell")
+ (description "This package provides distributive functors for Haskell.
+Dual to @code{Traversable}.")
+ (license bsd-3)))
+
(define-public ghc-cereal
(package
(name "ghc-cereal")
- 91/154: gnu: Add ghc-smallcheck., (continued)
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/23
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/23
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/23
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/23
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/23
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/23
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/23
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/23
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/23
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/23
- 100/154: gnu: Add ghc-distributive.,
Paul <=
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/23
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/23
- 102/154: gnu: Add HScolour., Paul, 2015/10/23
- 103/154: gnu: Add ghc-polyparse., Paul, 2015/10/23
- 104/154: gnu: Add ghc-extra., Paul, 2015/10/23
- 106/154: gnu: Add ghc-semigroupoids., Paul, 2015/10/23
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/23
- 107/154: gnu: Add ghc-reducers., Paul, 2015/10/23
- 109/154: gnu: Add ghc-prelude-extras., Paul, 2015/10/23
- 108/154: gnu: Add ghc-reflection., Paul, 2015/10/23