[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/329: gnu: Add ghc-base-compat-batteries.
From: |
guix-commits |
Subject: |
130/329: gnu: Add ghc-base-compat-batteries. |
Date: |
Wed, 20 Nov 2019 21:17:41 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit f9d78c7f785db7a1e41e7dd49a36fc999c295ca2
Author: Timothy Sample <address@hidden>
Date: Fri Nov 1 13:52:59 2019 -0400
gnu: Add ghc-base-compat-batteries.
* gnu/packages/haskell-xyz.scm (ghc-base-compat-batteries): New variable.
---
gnu/packages/haskell-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 9da2826..f2363a6 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -662,6 +662,39 @@ of base to a wider range of compilers, without requiring
the use of CPP
pragmas in your code.")
(license license:bsd-3)))
+(define-public ghc-base-compat-batteries
+ (package
+ (name "ghc-base-compat-batteries")
+ (version "0.10.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "base-compat-batteries/base-compat-batteries-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1vkhc639vqiv5p39jn1v312z32i7yk5q2lf0ap4jxl1v8p8wyp8p"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-base-compat" ,ghc-base-compat)))
+ (native-inputs
+ `(("ghc-hspec" ,ghc-hspec)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("hspec-discover" ,hspec-discover)))
+ (arguments
+ `(#:cabal-revision
+ ("1" "15sn2qc8k0hxbb2nai341kkrci98hlhzcj2ci087m0zxcg5jcdbp")))
+ (home-page "http://hackage.haskell.org/package/base-compat-batteries")
+ (synopsis "base-compat with extra batteries")
+ (description "This library provides functions available in later
+versions of @code{base} to a wider range of compilers, without requiring
+you to use CPP pragmas in your code. This package provides the same API
+as the @code{base-compat} library, but depends on compatibility
+packages (such as @code{semigroups}) to offer a wider support window
+than @code{base-compat}, which has no dependencies.")
+ (license license:expat)))
+
(define-public ghc-basement
(package
(name "ghc-basement")
- 112/329: gnu: ghc-base-compat: Update to 0.10.5., (continued)
- 112/329: gnu: ghc-base-compat: Update to 0.10.5., guix-commits, 2019/11/20
- 117/329: gnu: ghc-fgl: Update to 5.7.0.1., guix-commits, 2019/11/20
- 109/329: gnu: ghc-hspec: Update to 2.7.1., guix-commits, 2019/11/20
- 118/329: gnu: ghc-base-orphans: Update to 0.8.1., guix-commits, 2019/11/20
- 114/329: gnu: ghc-unliftio: Update to 0.2.12., guix-commits, 2019/11/20
- 122/329: gnu: ghc-asn1-parse: Update to 0.9.5., guix-commits, 2019/11/20
- 124/329: gnu: ghc-doctest: Update to 0.16.2., guix-commits, 2019/11/20
- 125/329: gnu: ghc-genvalidity: Update to 0.8.0.0., guix-commits, 2019/11/20
- 129/329: gnu: ghc-th-orphans: Update to 0.13.9., guix-commits, 2019/11/20
- 138/329: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/20
- 130/329: gnu: Add ghc-base-compat-batteries.,
guix-commits <=
- 92/329: gnu: ghc-tasty-hunit: Update to 0.10.0.2., guix-commits, 2019/11/20
- 146/329: gnu: ghc-chell-quickcheck: Update to 0.2.5.2., guix-commits, 2019/11/20
- 151/329: gnu: ghc-opengl: Update to 3.0.3.0., guix-commits, 2019/11/20
- 152/329: gnu: ghc-iproute: Update to 1.7.7., guix-commits, 2019/11/20
- 158/329: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/20
- 91/329: gnu: ghc-tasty-expected-failure: Update to 0.11.1.2., guix-commits, 2019/11/20
- 97/329: gnu: ghc-regex-applicative: Update to 0.3.3.1., guix-commits, 2019/11/20
- 115/329: gnu: ghc-validity: Update to 0.9.0.2., guix-commits, 2019/11/20
- 116/329: gnu: ghc-hspec-contrib: Update to 0.5.1., guix-commits, 2019/11/20
- 128/329: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/20