[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/151: gnu: Add ghc-distributive.
From: |
Paul |
Subject: |
99/151: gnu: Add ghc-distributive. |
Date: |
Mon, 19 Oct 2015 08:58:25 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ac8396ef8416fbd48a2573608afb323465958a23
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 | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0d2ed2b..e87320e 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1257,6 +1257,36 @@ efficiently with network protocols and complicated
text/binary file formats.")
modifying, and extracting files from zip archives.")
(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)))
+ (inputs
+ `(("ghc-doctest" ,ghc-doctest)))
+ (home-page
+ "http://github.com/ekmett/distributive/")
+ (synopsis
+ "Distributive functors")
+ (description
+ "Distributive functors for Haskell. Dual to Traversable.")
+ (license bsd-3)))
+
(define-public ghc-cereal
(package
(name "ghc-cereal")
- 88/151: gnu: Add ghc-temporary-rc., (continued)
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/19
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/19
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/19
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/19
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/19
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/19
- 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 <=
- 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, 2015/10/19
- 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