[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
90/151: gnu: Add ghc-smallcheck.
From: |
Paul |
Subject: |
90/151: gnu: Add ghc-smallcheck. |
Date: |
Mon, 19 Oct 2015 08:58:18 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 94acca4b62192e32d720aee2f7c36d2ebe433b0c
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 19366b2..f21ac40 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1395,6 +1395,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")
- 77/151: gnu: Add ghc-bytestring-builder., (continued)
- 77/151: gnu: Add ghc-bytestring-builder., Paul, 2015/10/19
- 80/151: gnu: Add ghc-clock., Paul, 2015/10/19
- 81/151: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/19
- 78/151: gnu: Add ghc-fast-logger., Paul, 2015/10/19
- 85/151: gnu: Add ghc-word8., Paul, 2015/10/19
- 82/151: gnu: Add ghc-tasty., Paul, 2015/10/19
- 84/151: gnu: Add ghc-lifted-base., Paul, 2015/10/19
- 83/151: gnu: Add ghc-tasty-hunit., Paul, 2015/10/19
- 88/151: gnu: Add ghc-temporary-rc., Paul, 2015/10/19
- 87/151: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/19
- 90/151: gnu: Add ghc-smallcheck.,
Paul <=
- 89/151: gnu: Add ghc-tasty-golden., Paul, 2015/10/19
- 91/151: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/19
- 92/151: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/19
- 93/151: gnu: Add ghc-scientific., Paul, 2015/10/19
- 94/151: gnu: Add ghc-attoparsec., Paul, 2015/10/19
- 95/151: gnu: Add ghc-aeson., Paul, 2015/10/19
- 86/151: gnu: Add ghc-stringsearch., Paul, 2015/10/19
- 99/151: gnu: Add ghc-distributive., Paul, 2015/10/19
- 97/151: gnu: Add ghc-zip-archive., Paul, 2015/10/19
- 98/151: gnu: Add ghc-cereal., Paul, 2015/10/19