[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/153: gnu: Add ghc-tasty-smallcheck.
From: |
Paul |
Subject: |
91/153: gnu: Add ghc-tasty-smallcheck. |
Date: |
Wed, 21 Oct 2015 20:50:47 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 4e69684f836702f62933b56f8b51bb4afd4e7349
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 b5f7126..5242942 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1406,6 +1406,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")
- 81/153: gnu: Add ghc-regex-tdfa-rc., (continued)
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/21
- 82/153: gnu: Add ghc-tasty., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 83/153: gnu: Add ghc-tasty-hunit., Paul, 2015/10/21
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/21
- 72/153: gnu: Add ghc-bifunctors., Paul, 2015/10/21
- 74/153: gnu: Add ghc-contravariant., Paul, 2015/10/21
- 71/153: gnu: Add ghc-void., Paul, 2015/10/21
- 91/153: gnu: Add ghc-tasty-smallcheck.,
Paul <=
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/21
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/21
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/21
- 75/153: gnu: Add ghc-digest., Paul, 2015/10/21
- 76/153: gnu: Add ghc-tagsoup., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 78/153: gnu: Add ghc-fast-logger., Paul, 2015/10/21