[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/20: gnu: Add ghc-base-compat-batteries.
From: |
guix-commits |
Subject: |
01/20: gnu: Add ghc-base-compat-batteries. |
Date: |
Fri, 1 Nov 2019 22:16:54 -0400 (EDT) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 9eed58656e268b135e9d7e4a6372006d48f45a39
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 7d149f3..b13fc6a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -661,6 +661,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")
- branch wip-haskell-updates updated (50ec6f8 -> 2b64eaf), guix-commits, 2019/11/01
- 01/20: gnu: Add ghc-base-compat-batteries.,
guix-commits <=
- 03/20: gnu: ghc-adjunctions: Update Cabal file to r2., guix-commits, 2019/11/01
- 06/20: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/01
- 10/20: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/01
- 02/20: squash! gnu: Add ghc-splitmix., guix-commits, 2019/11/01
- 04/20: squash! gnu: ghc-math-functions: Update to 0.3.3.0., guix-commits, 2019/11/01
- 05/20: gnu: ghc-contravariant-extras: Update Cabal file to r1., guix-commits, 2019/11/01
- 08/20: gnu: ghc-cryptohash-md5: Update Cabal file to r4., guix-commits, 2019/11/01
- 07/20: gnu: ghc-deepseq-generics: Update Cabal file to r4., guix-commits, 2019/11/01
- 09/20: gnu: ghc-cryptohash-sha1: Update Cabal file to r4., guix-commits, 2019/11/01
- 11/20: squash! gnu: ghc-hedgehog: Update to 1.0.1., guix-commits, 2019/11/01