[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
74/154: gnu: Add ghc-contravariant.
From: |
Paul |
Subject: |
74/154: gnu: Add ghc-contravariant. |
Date: |
Thu, 22 Oct 2015 20:23:02 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ce7ef448764079d5289b05aee7c03a2f91139790
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:36:19 2015 +0200
gnu: Add ghc-contravariant.
* gnu/packages/haskell.scm (ghc-contravariant): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0b80b3b..d606d48 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2479,6 +2479,33 @@ in the @code{IO} monad, like @code{IORef}s or parts of
the OpenGL state.")
(description "This package provides bifunctors for Haskell.")
(license bsd-3)))
+(define-public ghc-contravariant
+ (package
+ (name "ghc-contravariant")
+ (version "1.3.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/contravariant/contravariant-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "184hcmhsznqrkmqlc1kza9pb5p591anva574ry8wrh81vqmhwfb5"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-void" ,ghc-void)
+ ("ghc-transformers-compat" ,ghc-transformers-compat)
+ ("ghc-statevar" ,ghc-statevar)))
+ (inputs
+ `(("ghc-semigroups" ,ghc-semigroups)))
+ (home-page
+ "http://github.com/ekmett/contravariant/")
+ (synopsis "Contravariant functors")
+ (description "Contravariant functors for Haskell.")
+ (license bsd-3)))
+
(define-public ghc-semigroups
(package
(name "ghc-semigroups")
- 72/154: gnu: Add ghc-bifunctors., (continued)
- 72/154: gnu: Add ghc-bifunctors., Paul, 2015/10/22
- 71/154: gnu: Add ghc-void., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 76/154: gnu: Add ghc-tagsoup., Paul, 2015/10/22
- 68/154: gnu: Add ghc-http-types., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant.,
Paul <=
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22