[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/153: gnu: Add ghc-tasty.
From: |
Paul |
Subject: |
82/153: gnu: Add ghc-tasty. |
Date: |
Thu, 22 Oct 2015 10:11:26 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 79a7419d5145af51d0fb0ca480edbb8ebbcb8881
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 15:01:05 2015 +0200
gnu: Add ghc-tasty.
* gnu/packages/haskell.scm (ghc-tasty): New variable.
---
gnu/packages/haskell.scm | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 810dfb1..6a45b04 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2819,4 +2819,39 @@ 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
+ (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" ,ghc-clock)))
+ (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
- 98/153: gnu: Add ghc-cereal., (continued)
- 98/153: gnu: Add ghc-cereal., Paul, 2015/10/22
- 88/153: gnu: Add ghc-temporary-rc., Paul, 2015/10/22
- 95/153: gnu: Add ghc-aeson., Paul, 2015/10/22
- 97/153: gnu: Add ghc-zip-archive., Paul, 2015/10/22
- 100/153: gnu: Add ghc-comonad., Paul, 2015/10/22
- 68/153: gnu: Add ghc-http-types., Paul, 2015/10/22
- 70/153: gnu: Add ghc-semigroups., Paul, 2015/10/22
- 81/153: gnu: Add ghc-regex-tdfa-rc., Paul, 2015/10/22
- 66/153: gnu: Add ghc-unix-compat., Paul, 2015/10/22
- 84/153: gnu: Add ghc-lifted-base., Paul, 2015/10/22
- 82/153: gnu: Add ghc-tasty.,
Paul <=
- 87/153: gnu: Add ghc-tasty-quickcheck., Paul, 2015/10/22
- 80/153: gnu: Add ghc-clock., Paul, 2015/10/22
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/22
- 102/153: gnu: Add ghc-polyparse., Paul, 2015/10/22
- 107/153: gnu: Add ghc-reflection., Paul, 2015/10/22
- 110/153: gnu: Add ghc-adjunctions., Paul, 2015/10/22
- 79/153: gnu: Add ghc-charset., Paul, 2015/10/22
- 85/153: gnu: Add ghc-word8., Paul, 2015/10/22
- 94/153: gnu: Add ghc-attoparsec., Paul, 2015/10/22
- 96/153: gnu: Add ghc-css-text., Paul, 2015/10/22