[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/151: gnu: Add ghc-bifunctors.
From: |
Paul |
Subject: |
72/151: gnu: Add ghc-bifunctors. |
Date: |
Mon, 19 Oct 2015 08:58:04 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 69ea3797607412ec7c63bf73f0d30f0ef7be8d80
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 14:32:25 2015 +0200
gnu: Add ghc-bifunctors.
* gnu/packages/haskell.scm (ghc-bifunctors): Add variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 49bc164..4283d49 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2531,6 +2531,30 @@ provides alternatives which use the unbounded Integer
type.")
given term should not exist.")
(license bsd-3)))
+(define-public ghc-bifunctors
+ (package
+ (name "ghc-bifunctors")
+ (version "5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/bifunctors/bifunctors-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "13990xdgx0n23qgi18ghhmsywj5zkr0a5bim0g8a4nzi0cx95ps1"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-tagged" ,ghc-tagged)
+ ("ghc-semigroups" ,ghc-semigroups)))
+ (home-page
+ "http://github.com/ekmett/bifunctors/")
+ (synopsis "Bifunctors")
+ (description "Bifunctors")
+ (license bsd-3)))
+
(define-public ghc-semigroups
(package
(name "ghc-semigroups")
- 61/151: gnu: Add ghc-auto-update., (continued)
- 61/151: gnu: Add ghc-auto-update., Paul, 2015/10/19
- 62/151: gnu: Add ghc-tagged., Paul, 2015/10/19
- 63/151: gnu: Add ghc-unbounded-delays., Paul, 2015/10/19
- 64/151: gnu: Add ghc-iproute., Paul, 2015/10/19
- 67/151: gnu: Add ghc-quickcheck-instances., Paul, 2015/10/19
- 66/151: gnu: Add ghc-unix-compat., Paul, 2015/10/19
- 65/151: gnu: Add ghc-unix-time., Paul, 2015/10/19
- 69/151: gnu: Add ghc-nats., Paul, 2015/10/19
- 68/151: gnu: Add ghc-http-types., Paul, 2015/10/19
- 71/151: gnu: Add ghc-void., Paul, 2015/10/19
- 72/151: gnu: Add ghc-bifunctors.,
Paul <=
- 70/151: gnu: Add ghc-semigroups., Paul, 2015/10/19
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/19
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/19
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/19
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/19
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/19
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/19
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/19