[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/154: gnu: Add ghc-smallcheck.
From: |
Paul |
Subject: |
91/154: gnu: Add ghc-smallcheck. |
Date: |
Thu, 22 Oct 2015 16:15:42 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 34ce951c8f9ec1d312ea33e460a15a65ea0cca28
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:19:41 2015 +0200
gnu: Add ghc-smallcheck.
* gnu/packages/haskell.scm (ghc-smallcheck): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index a7a4309..c68cc5d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1351,6 +1351,33 @@ use them without linking against Cabal or depending on
it being installed.
This is a better maintained fork of the \"temporary\" package.")
(license bsd-3)))
+(define-public ghc-smallcheck
+ (package
+ (name "ghc-smallcheck")
+ (version "1.1.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/smallcheck/smallcheck-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1ygrabxh40bym3grnzqyfqn96lirnxspb8cmwkkr213239y605sd"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-logict" ,ghc-logict)))
+ (inputs
+ `(("ghc-mtl" ,ghc-mtl)))
+ (home-page
+ "https://github.com/feuerbach/smallcheck")
+ (synopsis "Property-based testing library")
+ (description "SmallCheck is a testing library that allows to verify
+properties for all test cases up to some depth. The test cases are generated
+automatically by SmallCheck.")
+ (license bsd-3)))
+
(define-public ghc-silently
(package
(name "ghc-silently")
- 94/154: gnu: Add ghc-scientific., (continued)
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/22
- 102/154: gnu: Add HScolour., Paul, 2015/10/22
- 100/154: gnu: Add ghc-distributive., Paul, 2015/10/22
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/22
- 103/154: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 106/154: gnu: Add ghc-semigroupoids., Paul, 2015/10/22
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/22
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck.,
Paul <=
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/22
- 104/154: gnu: Add ghc-extra., Paul, 2015/10/22
- 113/154: gnu: Add cpphs., Paul, 2015/10/22
- 115/154: gnu: Add ghc-happy., Paul, 2015/10/22
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/22
- 107/154: gnu: Add ghc-reducers., Paul, 2015/10/22
- 108/154: gnu: Add ghc-reflection., Paul, 2015/10/22
- 111/154: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 118/154: gnu: Add ghc-resourcet., Paul, 2015/10/22