[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/329: gnu: Add ghc-splitmix.
From: |
guix-commits |
Subject: |
131/329: gnu: Add ghc-splitmix. |
Date: |
Wed, 20 Nov 2019 21:17:41 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 7799d17f8ba75cf4811e1f523f1b06518e2b6b70
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")
- 90/329: gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8., (continued)
- 90/329: gnu: ghc-hmatrix-gsl-stats: Update to 0.4.1.8., guix-commits, 2019/11/20
- 100/329: gnu: ghc-blaze-markup: Update to 0.8.2.3., guix-commits, 2019/11/20
- 111/329: gnu: ghc-asn1-encoding: Update to 0.9.6., guix-commits, 2019/11/20
- 110/329: gnu: ghc-reflection: Update to 2.1.5., guix-commits, 2019/11/20
- 108/329: gnu: ghc-asn1-types: Update to 0.3.3., guix-commits, 2019/11/20
- 119/329: gnu: ghc-storable-complex: Update to 0.2.3.0., guix-commits, 2019/11/20
- 120/329: gnu: ghc-fast-logger: Update to 2.4.17., guix-commits, 2019/11/20
- 123/329: gnu: ghc-generic-deriving: Update to 1.12.4., guix-commits, 2019/11/20
- 127/329: gnu: ghc-openglraw: Update to 3.3.3.0., guix-commits, 2019/11/20
- 137/329: gnu: ghc-zip-archive: Update to 0.4.1., guix-commits, 2019/11/20
- 131/329: gnu: Add ghc-splitmix.,
guix-commits <=
- 147/329: gnu: ghc-system-fileio: Update to 0.3.16.4., guix-commits, 2019/11/20
- 143/329: gnu: ghc-typed-process: Update to 0.2.6.0., guix-commits, 2019/11/20
- 149/329: gnu: ghc-quickcheck-instances: Update to 0.3.22., guix-commits, 2019/11/20
- 150/329: gnu: ghc-tldr: Update to 0.4.0.2., guix-commits, 2019/11/20
- 154/329: gnu: ghc-comonad: Update to 5.0.5., guix-commits, 2019/11/20
- 159/329: gnu: ghc-rio: Update to 0.1.12.0., guix-commits, 2019/11/20
- 165/329: gnu: ghc-haskell-src-exts-util: Update to 0.2.5., guix-commits, 2019/11/20
- 166/329: gnu: ghc-haskell-src-meta: Update to 0.8.3., guix-commits, 2019/11/20
- 161/329: gnu: ghc-bifunctors: Update to 5.5.5., guix-commits, 2019/11/20
- 163/329: gnu: ghc-parsers: Update to 0.12.10., guix-commits, 2019/11/20