[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/154: gnu: Add ghc-tasty-hunit.
From: |
Paul |
Subject: |
86/154: gnu: Add ghc-tasty-hunit. |
Date: |
Thu, 22 Oct 2015 17:23:39 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit f4c3c953acdf7dd0f3626f555db74645fdf0d30b
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:02:58 2015 +0200
gnu: Add ghc-tasty-hunit.
* gnu/packages/haskell.scm (ghc-tasty-hunit): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 8c1e6f7..bebeda5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2863,4 +2863,27 @@ you combine your unit tests, golden tests,
QuickCheck/SmallCheck properties,
and any other types of tests into a single test suite.")
(license expat)))
+(define-public ghc-tasty-hunit
+ (package
+ (name "ghc-tasty-hunit")
+ (version "0.9.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/tasty-hunit/tasty-hunit-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "08qnxaw34wfnzi9irs1jd4d0zczqm3k5ffkd4zwhkz0dflmgq7mf"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-tasty" ,ghc-tasty)))
+ (home-page "http://documentup.com/feuerbach/tasty")
+ (synopsis "HUnit support for the Tasty test framework")
+ (description "This package provides HUnit support for the Tasty Haskell
+test framework.")
+ (license expat)))
+
;;; haskell.scm ends here
- 73/154: gnu: Add ghc-statevar., (continued)
- 73/154: gnu: Add ghc-statevar., Paul, 2015/10/22
- 74/154: gnu: Add ghc-contravariant., Paul, 2015/10/22
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/22
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/22
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/22
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/22
- 85/154: gnu: Add ghc-tasty., Paul, 2015/10/22
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/22
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 86/154: gnu: Add ghc-tasty-hunit.,
Paul <=
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/22
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/22
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/22
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/22
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/22
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/22
- 99/154: gnu: Add ghc-cereal., Paul, 2015/10/22
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/22