[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 075/105] gnu: Add ghc-comonad.
From: |
Paul van der Walt |
Subject: |
[PATCH 075/105] gnu: Add ghc-comonad. |
Date: |
Thu, 15 Oct 2015 17:33:16 +0200 |
* gnu/packages/haskell.scm (ghc-comonad): New variable.
---
gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b21a366..aa84d43 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1307,6 +1307,36 @@ 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))
+ (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 "Comonads library for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-appar
(package
(name "ghc-appar")
--
2.6.1
- [PATCH 062/105] gnu: Add ghc-tasty-quickcheck., (continued)
- [PATCH 062/105] gnu: Add ghc-tasty-quickcheck., Paul van der Walt, 2015/10/15
- [PATCH 054/105] gnu: Add ghc-charset., Paul van der Walt, 2015/10/15
- [PATCH 059/105] gnu: Add ghc-lifted-base., Paul van der Walt, 2015/10/15
- [PATCH 058/105] gnu: Add ghc-tasty-hunit., Paul van der Walt, 2015/10/15
- [PATCH 066/105] gnu: Add ghc-tasty-smallcheck., Paul van der Walt, 2015/10/15
- [PATCH 067/105] gnu: Add ghc-tasty-ant-xml., Paul van der Walt, 2015/10/15
- [PATCH 068/105] gnu: Add ghc-scientific., Paul van der Walt, 2015/10/15
- [PATCH 080/105] gnu: Add ghc-semigroupoids., Paul van der Walt, 2015/10/15
- [PATCH 077/105] gnu: Add ghc-polyparse., Paul van der Walt, 2015/10/15
- [PATCH 072/105] gnu: Add ghc-zip-archive., Paul van der Walt, 2015/10/15
- [PATCH 075/105] gnu: Add ghc-comonad.,
Paul van der Walt <=
- [PATCH 074/105] gnu: Add ghc-distributive., Paul van der Walt, 2015/10/15
- [PATCH 071/105] gnu: Add ghc-css-text., Paul van der Walt, 2015/10/15
- [PATCH 069/105] gnu: Add ghc-attoparsec., Paul van der Walt, 2015/10/15
- [PATCH 078/105] gnu: Add ghc-extra., Paul van der Walt, 2015/10/15
- [PATCH 076/105] gnu: Add ghc-hscolour., Paul van der Walt, 2015/10/15
- [PATCH 079/105] gnu: Add ghc-profunctors., Paul van der Walt, 2015/10/15
- [PATCH 081/105] gnu: Add ghc-reducers., Paul van der Walt, 2015/10/15
- [PATCH 086/105] gnu: ghc-simple-reflect., Paul van der Walt, 2015/10/15
- [PATCH 088/105] gnu: Add ghc-cmdargs., Paul van der Walt, 2015/10/15
- [PATCH 085/105] gnu: Add ghc-adjunctions., Paul van der Walt, 2015/10/15