[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/328: gnu: Add ghc-splitmix.
From: |
guix-commits |
Subject: |
131/328: gnu: Add ghc-splitmix. |
Date: |
Sat, 16 Nov 2019 19:32:41 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 5eb1cfcd3fc982a5c826b58f4acd1f1bf74d2812
Author: Timothy Sample <address@hidden>
Date: Thu Oct 31 22:59:23 2019 -0400
gnu: Add ghc-splitmix.
* gnu/packages/haskell-xyz.scm (ghc-splitmix): New variable.
(ghc-splitmix-bootstrap): Inherit from 'ghc-splitmix'.
---
gnu/packages/haskell-xyz.scm | 20 ++++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index f2363a6..7edca40 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9475,9 +9475,9 @@ splitting lists into parts, akin to the @code{split}
function found in several
mainstream languages.")
(license license:bsd-3)))
-(define-public ghc-splitmix-bootstrap
+(define-public ghc-splitmix
(package
- (name "ghc-splitmix-bootstrap")
+ (name "ghc-splitmix")
(version "0.0.3")
(source
(origin
@@ -9487,11 +9487,15 @@ mainstream languages.")
(sha256
(base32
"1k0amgkz7rvyz3lnw7m786ilnr1cibwhx9sc4qynq329gxan5r7w"))))
- (properties '((hidden? #t)))
(build-system haskell-build-system)
- (arguments `(#:tests? #f))
(inputs
`(("ghc-random" ,ghc-random)))
+ (native-inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-async" ,ghc-async)
+ ("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
+ ("ghc-tf-random" ,ghc-tf-random)
+ ("ghc-vector" ,ghc-vector)))
(home-page "http://hackage.haskell.org/package/splitmix")
(synopsis "Fast and splittable pseudorandom number generator")
(description "This package provides a Pure Haskell implementation of the
@@ -9508,6 +9512,14 @@ are easily inverted, and two successive outputs suffice
to reconstruct the
internal state).")
(license license:bsd-3)))
+(define-public ghc-splitmix-bootstrap
+ (package
+ (inherit ghc-splitmix)
+ (name "ghc-splitmix-bootstrap")
+ (arguments `(#:tests? #f))
+ (native-inputs '())
+ (properties '((hidden? #t)))))
+
(define-public ghc-statevar
(package
(name "ghc-statevar")
- 138/328: gnu: ghc-fgl-arbitrary: Update dependency constraints., (continued)
- 138/328: gnu: ghc-fgl-arbitrary: Update dependency constraints., guix-commits, 2019/11/16
- 145/328: gnu: ghc-chell: Update to 0.5., guix-commits, 2019/11/16
- 156/328: gnu: ghc-socks: Update to 0.6.1., guix-commits, 2019/11/16
- 162/328: gnu: ghc-charset: Update Cabal file to r1., guix-commits, 2019/11/16
- 158/328: gnu: ghc-haskell-src-exts: Update to 1.21.1., guix-commits, 2019/11/16
- 178/328: gnu: ghc-lifted-async: Update to 0.10.0.4., guix-commits, 2019/11/16
- 144/328: gnu: ghc-patience: Update to 0.3., guix-commits, 2019/11/16
- 107/328: gnu: ghc-hspec-core: Update to 2.7.1., guix-commits, 2019/11/16
- 113/328: gnu: ghc-resourcet: Update to 1.2.2., guix-commits, 2019/11/16
- 120/328: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/16
- 131/328: gnu: Add ghc-splitmix.,
guix-commits <=
- 128/328: gnu: ghc-regex: Update to 1.0.2.0., guix-commits, 2019/11/16
- 130/328: gnu: Add ghc-base-compat-batteries., guix-commits, 2019/11/16
- 132/328: gnu: ghc-attoparsec: Update to 0.13.2.3., guix-commits, 2019/11/16
- 141/328: gnu: ghc-weigh: Update to 0.0.14., guix-commits, 2019/11/16
- 154/328: gnu: ghc-comonad: Update to 5.0.5., guix-commits, 2019/11/16
- 159/328: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/16
- 160/328: gnu: ghc-glut: Update to 2.7.0.15., guix-commits, 2019/11/16
- 166/328: gnu: ghc-haskell-src-meta: Update to 0.8.3., guix-commits, 2019/11/16
- 172/328: gnu: ghc-hxt: Update to 9.3.1.18., guix-commits, 2019/11/16
- 170/328: gnu: ghc-stringsearch: Update Cabal file to r1., guix-commits, 2019/11/16