[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/151: gnu: Add ghc-tasty.
From: |
Paul |
Subject: |
82/151: gnu: Add ghc-tasty. |
Date: |
Mon, 19 Oct 2015 08:58:12 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 2d9cbf7a0162d752a32dce2cd1d783a8218111a0
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 e964fc8..4dc00a7 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -2863,4 +2863,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
- 74/151: gnu: Add ghc-contravariant., (continued)
- 74/151: gnu: Add ghc-contravariant., Paul, 2015/10/19
- 75/151: gnu: Add ghc-digest., Paul, 2015/10/19
- 73/151: gnu: Add ghc-statevar., Paul, 2015/10/19
- 79/151: gnu: Add ghc-charset., Paul, 2015/10/19
- 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 <=
- 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, 2015/10/19
- 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