[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/153: gnu: Add ghc-transformers-compat.
From: |
Paul |
Subject: |
25/153: gnu: Add ghc-transformers-compat. |
Date: |
Thu, 22 Oct 2015 10:11:03 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 9a11878d939072ac6cbe8ef37e15bf1ab6bebf3c
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 20:56:51 2015 +0200
gnu: Add ghc-transformers-compat.
* gnu/packages/haskell.scm (ghc-transformers-compat): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 61c4fb3..8183213 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -920,6 +920,28 @@ 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-compat
+ (package
+ (name "ghc-transformers-compat")
+ (version "0.4.0.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/transformers-compat"
+ "/transformers-compat-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0lmg8ry6bgigb0v2lg0n74lxi8z5m85qq0qi4h1k9llyjb4in8ym"))))
+ (build-system haskell-build-system)
+ (home-page "http://github.com/ekmett/transformers-compat/")
+ (synopsis "Small compatibility shim between transformers 0.3 and 0.4")
+ (description "This package includes 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,
+but also need those types.")
+ (license bsd-3)))
+
(define-public ghc-quickcheck-io
(package
(name "ghc-quickcheck-io")
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., (continued)
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/22
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/22
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/22
- 09/153: gnu: ghc-dlist: Enable tests., Paul, 2015/10/22
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/22
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/22
- 07/153: gnu: ghc-xmonad-contrib: Update to version 0.11.4., Paul, 2015/10/22
- 15/153: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/22
- 19/153: gnu: Add ghc-ansi-terminal., Paul, 2015/10/22
- 25/153: gnu: Add ghc-transformers-compat.,
Paul <=
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/22
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 21/153: gnu: Add ghc-async., Paul, 2015/10/22
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/22
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/22
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/22
- 22/153: gnu: Add ghc-setenv., Paul, 2015/10/22
- 24/153: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 33/153: gnu: Add ghc-hspec., Paul, 2015/10/22
- 35/153: gnu: Add ghc-appar., Paul, 2015/10/22