[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/153: gnu: Add ghc-tasty-quickcheck.
From: |
Paul |
Subject: |
87/153: gnu: Add ghc-tasty-quickcheck. |
Date: |
Wed, 21 Oct 2015 16:07:37 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 85e04e0c8de29757e53eac504dd6f46b0a58d0bd
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:16:10 2015 +0200
gnu: Add ghc-tasty-quickcheck.
* gnu/packages/haskell.scm (ghc-tasty-quickcheck): New variable.
---
gnu/packages/haskell.scm | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 38830ba..686a50d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2819,6 +2819,35 @@ It is modeled after doctest for Python, see
@uref{http://docs.python.org/library/doctest.html, the Doctest website}.")
(license expat)))
+(define-public ghc-tasty-quickcheck
+ (package
+ (name "ghc-tasty-quickcheck")
+ (version "0.8.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/tasty-quickcheck/tasty-quickcheck-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "15rjxib5jmjq0hzj47x15kgp3awc73va4cy1pmpf7k3hvfv4qprn"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-random" ,ghc-random)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)
+ ("ghc-pcre-light" ,ghc-pcre-light)))
+ (home-page "http://documentup.com/feuerbach/tasty")
+ (synopsis "QuickCheck support for the Tasty test framework")
+ (description "This package provides QuickCheck support for the Tasty
+Haskell test framework.")
+ (license expat)))
+
(define-public ghc-tasty
(package
(name "ghc-tasty")
- 55/153: gnu: Add ghc-easy-file., (continued)
- 55/153: gnu: Add ghc-easy-file., Paul, 2015/10/21
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21
- 52/153: gnu: Add ghc-transformers-base., Paul, 2015/10/21
- 91/153: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/21
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/21
- 77/153: gnu: Add ghc-bytestring-builder., Paul, 2015/10/21
- 99/153: gnu: Add ghc-distributive., Paul, 2015/10/21
- 93/153: gnu: Add ghc-scientific., Paul, 2015/10/21
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/21
- 87/153: gnu: Add ghc-tasty-quickcheck.,
Paul <=
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/21
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/21
- 103/153: gnu: Add ghc-extra., Paul, 2015/10/21
- 90/153: gnu: Add ghc-smallcheck., Paul, 2015/10/21
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/21
- 104/153: gnu: Add ghc-profunctors., Paul, 2015/10/21
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/21
- 121/153: gnu: Add ghc-cookie., Paul, 2015/10/21
- 126/153: gnu: Add ghc-kan-extensions., Paul, 2015/10/21
- 109/153: gnu: Add ghc-free., Paul, 2015/10/21