[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/154: gnu: Add ghc-tasty.
From: |
Paul |
Subject: |
85/154: gnu: Add ghc-tasty. |
Date: |
Fri, 23 Oct 2015 07:14:24 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 7cfdbc514f5b558cdae16e87f66774bd033fbc6d
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 22 15:18:13 2015 +0200
gnu: Add ghc-tasty.
* gnu/packages/haskell.scm (ghc-tasty): New variable.
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index b8d2e0a..8c1e6f7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2831,4 +2831,36 @@ 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
+ (package
+ (name "ghc-tasty")
+ (version "0.11.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/tasty/tasty-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1chapivmmwsb1ghwagvdm80bfj3hdk75m94z4p212ng2i4ghpjkx"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-stm" ,ghc-stm)
+ ("ghc-mtl" ,ghc-mtl)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-regex-tdfa-rc" ,ghc-regex-tdfa-rc)
+ ("ghc-optparse-applicative" ,ghc-optparse-applicative)
+ ("ghc-unbounded-delays" ,ghc-unbounded-delays)
+ ("ghc-async" ,ghc-async)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-clock-bootstrap" ,ghc-clock-bootstrap)))
+ (home-page "http://documentup.com/feuerbach/tasty")
+ (synopsis "Modern and extensible testing framework")
+ (description "Tasty is a modern testing framework for Haskell. It lets
+you combine your unit tests, golden tests, QuickCheck/SmallCheck properties,
+and any other types of tests into a single test suite.")
+ (license expat)))
+
;;; haskell.scm ends here
- 77/154: gnu: Add ghc-bytestring-builder., (continued)
- 77/154: gnu: Add ghc-bytestring-builder., Paul, 2015/10/23
- 78/154: gnu: Add ghc-fast-logger., Paul, 2015/10/23
- 80/154: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/23
- 79/154: gnu: Add ghc-charset., Paul, 2015/10/23
- 81/154: gnu: Add ghc-lifted-base., Paul, 2015/10/23
- 82/154: gnu: Add ghc-word8., Paul, 2015/10/23
- 83/154: gnu: Add ghc-stringsearch., Paul, 2015/10/23
- 84/154: gnu: Add ghc-clock-bootstrap., Paul, 2015/10/23
- 87/154: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/23
- 86/154: gnu: Add ghc-tasty-hunit., Paul, 2015/10/23
- 85/154: gnu: Add ghc-tasty.,
Paul <=
- 89/154: gnu: Add ghc-temporary-rc., Paul, 2015/10/23
- 91/154: gnu: Add ghc-smallcheck., Paul, 2015/10/23
- 88/154: gnu: Add ghc-clock., Paul, 2015/10/23
- 90/154: gnu: Add ghc-tasty-golden., Paul, 2015/10/23
- 92/154: gnu: Add ghc-tasty-smallcheck., Paul, 2015/10/23
- 93/154: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/23
- 95/154: gnu: Add ghc-attoparsec., Paul, 2015/10/23
- 96/154: gnu: Add ghc-aeson., Paul, 2015/10/23
- 94/154: gnu: Add ghc-scientific., Paul, 2015/10/23
- 97/154: gnu: Add ghc-css-text., Paul, 2015/10/23