[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/154: gnu: Add ghc-tasty-quickcheck.
From: |
Paul |
Subject: |
87/154: gnu: Add ghc-tasty-quickcheck. |
Date: |
Thu, 22 Oct 2015 20:23:08 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 201d06243cbf93e0937c4c120f23451c6fe0a1ad
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 22 15:19:25 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 bebeda5..be9c76d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2831,6 +2831,35 @@ functions for breaking or splitting on substrings and
replacing all
occurrences of a substring (the first in case of overlaps) with another.")
(license bsd-3)))
+(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)
+ (propagated-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)))
+ (inputs
+ `(("ghc-tagged" ,ghc-tagged)
+ ("ghc-tasty" ,ghc-tasty)
+ ("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")
- 81/154: gnu: Add ghc-lifted-base., (continued)
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 75/154: gnu: Add ghc-digest., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck.,
Paul <=
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/22
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/22
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/22
- 102/154: gnu: Add HScolour., Paul, 2015/10/22
- 103/154: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 105/154: gnu: Add ghc-profunctors., Paul, 2015/10/22