[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
87/151: gnu: Add ghc-tasty-quickcheck.
From: |
Paul |
Subject: |
87/151: gnu: Add ghc-tasty-quickcheck. |
Date: |
Mon, 19 Oct 2015 08:58:16 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f089b64bf38b993e8ea6db3794cfef199b7435bd
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 | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 2cbff58..60c4f41 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2863,6 +2863,37 @@ 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
+ "QuickCheck support for the Tasty test framework.")
+ (license expat)))
+
(define-public ghc-tasty
(package
(name "ghc-tasty")
- 76/151: gnu: Add ghc-tagsoup., (continued)
- 76/151: gnu: Add ghc-tagsoup., Paul, 2015/10/19
- 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 <=
- 90/151: gnu: Add ghc-smallcheck., Paul, 2015/10/19
- 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