[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
100/151: gnu: Add ghc-comonad.
From: |
Paul |
Subject: |
100/151: gnu: Add ghc-comonad. |
Date: |
Tue, 20 Oct 2015 15:31:03 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 21791974ee83289861cf34f2c603f8f7b7f461ec
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:34:58 2015 +0200
gnu: Add ghc-comonad.
* gnu/packages/haskell.scm (ghc-comonad): New variable.
---
gnu/packages/haskell.scm | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3f59690..905471d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1300,6 +1300,37 @@ that introduces an isolate primitive for parser
isolation, and labeled blocks
for better error messages.")
(license bsd-3)))
+(define-public ghc-comonad
+ (package
+ (name "ghc-comonad")
+ (version "4.2.7.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/comonad/comonad-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0arvbaxgkawzdp38hh53akkahjg2aa3kj2b4ns0ni8a5ylg2cqmp"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-distributive" ,ghc-distributive)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-contravariant" ,ghc-contravariant)))
+ (arguments `(#:tests? #f)) ; FIXME: Test fails with "cannot satisfy
+ ; -package contravariant-1.3.3"
+ (inputs
+ `(("ghc-semigroups" ,ghc-semigroups)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-contravariant" ,ghc-contravariant)
+ ("ghc-doctest" ,ghc-doctest)))
+ (home-page "http://github.com/ekmett/comonad/")
+ (synopsis "Comonads for Haskell")
+ (description "This library provides @code{Comonad}s for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
- 99/151: gnu: Add ghc-distributive., (continued)
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/20
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/20
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/20
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/20
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/20
- 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 <=
- 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, 2015/10/20
- 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