[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/153: gnu: Add ghc-transformers-base.
From: |
Paul |
Subject: |
52/153: gnu: Add ghc-transformers-base. |
Date: |
Wed, 21 Oct 2015 16:07:24 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit ed9e51f7df72d1c6ef43af01355c966acc1c8d40
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:17:17 2015 +0200
gnu: Add ghc-transformers-base.
* gnu/packages/haskell.scm (ghc-transformers-base): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index bc0c6ca..e2a735c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -921,6 +921,35 @@ the paper \"Splittable Pseudorandom Number Generators
Using Cryptographic
Hashing\" by Claessen, Pałka for details and the rationale of the design.")
(license bsd-3)))
+(define-public ghc-transformers-base
+ (package
+ (name "ghc-transformers-base")
+ (version "0.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/transformers-base/transformers-base-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "11r3slgpgpra6zi2kjg3g60gvv17b1fh6qxipcpk8n86qx7lk8va"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-stm" ,ghc-stm)))
+ (inputs
+ `(("ghc-transformers-compat" ,ghc-transformers-compat)))
+ (home-page
+ "http://hackage.haskell.org/package/transformers-compat")
+ (synopsis
+ "Backported transformer library")
+ (description
+ "Backported versions of types that were added to transformers in
+transformers 0.3 and 0.4 for users who need strict transformers 0.2 or 0.3
+compatibility to run on old versions of the platform.")
+ (license bsd-3)))
+
(define-public ghc-transformers-compat
(package
(name "ghc-transformers-compat")
- 01/153: gnu: ghc: Update to 7.10.2., (continued)
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/21
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/21
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21
- 38/153: gnu: Add ghc-pcre-light., Paul, 2015/10/21
- 21/153: gnu: Add ghc-async., Paul, 2015/10/21
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/21
- 55/153: gnu: Add ghc-easy-file., Paul, 2015/10/21
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 52/153: gnu: Add ghc-transformers-base.,
Paul <=
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/21
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/21
- 93/153: gnu: Add ghc-scientific., Paul, 2015/10/21
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/21
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/21
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/21
- 103/153: gnu: Add ghc-extra., Paul, 2015/10/21