[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/154: gnu: Add hspec-discover.
From: |
Paul |
Subject: |
32/154: gnu: Add hspec-discover. |
Date: |
Thu, 22 Oct 2015 16:14:56 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 8444507000b3a69a4638dea83ad95a471b9ec532
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:06:41 2015 +0200
gnu: Add hspec-discover.
* gnu/packages/haskell.scm (hspec-discover): New variable.
---
gnu/packages/haskell.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aff6931..fa8e078 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1416,6 +1416,30 @@ responses coming back.")
@uref{https://github.com/sol/hspec-expectations#readme, the README}.")
(license expat)))
+(define-public hspec-discover
+ (package
+ (name "hspec-discover")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/hspec-discover/hspec-discover-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0w3awzbljf4hqhxrjrxqa1lfcclg92bhmq641gz2q80vycspapzx"))))
+ (build-system haskell-build-system)
+ (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
+ ; documentation files.
+ (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta)))
+ (home-page "http://hspec.github.io/")
+ (synopsis "Automatically discover and run Hspec tests")
+ (description "hspec-discover is a tool which automatically discovers and
+runs Hspec tests.")
+ (license expat)))
+
(define-public ghc-hspec-core
(package
(name "ghc-hspec-core")
- 18/154: gnu: cabal-install: Update to 1.22.6.0., (continued)
- 18/154: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/22
- 21/154: gnu: Add ghc-async., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 25/154: gnu: Add ghc-transformers-compat., Paul, 2015/10/22
- 17/154: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/22
- 27/154: gnu: Add ghc-temporary., Paul, 2015/10/22
- 31/154: gnu: Add ghc-hspec-meta., Paul, 2015/10/22
- 32/154: gnu: Add hspec-discover.,
Paul <=
- 26/154: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 34/154: gnu: Add ghc-regex-base., Paul, 2015/10/22
- 35/154: gnu: Add ghc-appar., Paul, 2015/10/22
- 33/154: gnu: Add ghc-hspec., Paul, 2015/10/22
- 36/154: gnu: Add ghc-safe., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22
- 28/154: gnu: Add ghc-silently., Paul, 2015/10/22
- 38/154: gnu: Add ghc-pcre-light., Paul, 2015/10/22
- 39/154: gnu: Add ghc-logict., Paul, 2015/10/22