[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/154: gnu: Add ghc-tasty-smallcheck.
From: |
Paul |
Subject: |
92/154: gnu: Add ghc-tasty-smallcheck. |
Date: |
Fri, 23 Oct 2015 07:14:29 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 275ff10bb392be3c03c6c47bab3709b75b8c1f49
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:20:27 2015 +0200
gnu: Add ghc-tasty-smallcheck.
* gnu/packages/haskell.scm (ghc-tasty-smallcheck): New variable.
---
gnu/packages/haskell.scm | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 566f11e..b0d379d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1378,6 +1378,32 @@ properties for all test cases up to some depth. The
test cases are generated
automatically by SmallCheck.")
(license bsd-3)))
+(define-public ghc-tasty-smallcheck
+ (package
+ (name "ghc-tasty-smallcheck")
+ (version "0.8.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/tasty-smallcheck/tasty-smallcheck-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-smallcheck" ,ghc-smallcheck)
+ ("ghc-async" ,ghc-async)
+ ("ghc-tagged" ,ghc-tagged)))
+ (home-page "http://documentup.com/feuerbach/tasty")
+ (synopsis "SmallCheck support for the Tasty test framework")
+ (description "This package provides SmallCheck support for the Tasty
+Haskell test framework.")
+ (license bsd-3)))
+
(define-public ghc-silently
(package
(name "ghc-silently")
- 82/154: gnu: Add ghc-word8., (continued)
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/23
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/23
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/23
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/23
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/23
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/23
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/23
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/23
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/23
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/23
- 92/154: gnu: Add ghc-tasty-smallcheck.,
Paul <=
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/23
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/23
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/23
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/23
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/23
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/23
- 100/154: gnu: Add ghc-distributive., Paul, 2015/10/23
- 98/154: gnu: Add ghc-zip-archive., Paul, 2015/10/23
- 101/154: gnu: Add ghc-comonad., Paul, 2015/10/23
- 102/154: gnu: Add HScolour., Paul, 2015/10/23