[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/40: gnu: Add ghc-chell-quickcheck-bootstrap.
From: |
Leo Famulari |
Subject: |
35/40: gnu: Add ghc-chell-quickcheck-bootstrap. |
Date: |
Fri, 23 Sep 2016 00:10:19 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 475d3668660945f992886f8e16809255659eb271
Author: ng0 <address@hidden>
Date: Sun Sep 18 16:10:15 2016 +0000
gnu: Add ghc-chell-quickcheck-bootstrap.
* gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable.
Signed-off-by: Leo Famulari <address@hidden>
---
gnu/packages/haskell.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 39a2312..ee502c9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7279,4 +7279,29 @@ libraries such as @code{chell-quickcheck} to support
more complex
testing strategies.")
(license license:expat)))
+(define ghc-chell-quickcheck-bootstrap
+ (package
+ (name "ghc-chell-quickcheck-bootstrap")
+ (version "0.2.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"https://hackage.haskell.org/package/chell-quickcheck/chell-quickcheck-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "02bkcnx5k6r5csdnnkvk4wfd0l36nxb87i1463ynw17n7ym9s4cs"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-chell" ,ghc-chell)
+ ("ghc-random" ,ghc-random)
+ ("ghc-quickcheck" ,ghc-quickcheck)))
+ (arguments
+ `(#:tests? #f))
+ (home-page "https://john-millikin.com/software/chell/")
+ (synopsis "QuickCheck support for the Chell testing library")
+ (description "More complex tests for @code{chell}.")
+ (license license:expat)))
+
;;; haskell.scm ends here
- 27/40: gnu: Add ghc-array., (continued)
- 27/40: gnu: Add ghc-array., Leo Famulari, 2016/09/22
- 17/40: gnu: Add ghc-patience., Leo Famulari, 2016/09/22
- 18/40: gnu: Add ghc-monads-tf., Leo Famulari, 2016/09/22
- 24/40: gnu: ghc-fgl: Update to 5.5.3.0., Leo Famulari, 2016/09/22
- 15/40: gnu: Add ghc-transformers., Leo Famulari, 2016/09/22
- 16/40: gnu: Add ghc-findbin., Leo Famulari, 2016/09/22
- 34/40: gnu: Add ghc-chell., Leo Famulari, 2016/09/22
- 30/40: gnu: Add ghc-system-filepath-bootstrap., Leo Famulari, 2016/09/22
- 36/40: gnu: Add ghc-chell-quickcheck., Leo Famulari, 2016/09/22
- 38/40: gnu: Add ghc-system-filepath., Leo Famulari, 2016/09/22
- 35/40: gnu: Add ghc-chell-quickcheck-bootstrap.,
Leo Famulari <=
- 37/40: gnu: Add ghc-options., Leo Famulari, 2016/09/22
- 28/40: gnu: Add ghc-constraints., Leo Famulari, 2016/09/22
- 26/40: gnu: Add ghc-graphviz., Leo Famulari, 2016/09/22
- 31/40: gnu: Add ghc-system-fileio-bootstrap., Leo Famulari, 2016/09/22
- 40/40: gnu: Add ghc-transformers-0.4.2.0., Leo Famulari, 2016/09/22
- 39/40: gnu: Add ghc-system-fileio., Leo Famulari, 2016/09/22