[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/151: gnu: Add ghc-hspec-discover.
From: |
Paul |
Subject: |
32/151: gnu: Add ghc-hspec-discover. |
Date: |
Mon, 19 Oct 2015 08:57:27 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit a3f253cb65cea29d708a58f17b0baa1ecdb0afcd
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:06:41 2015 +0200
gnu: Add ghc-hspec-discover.
* gnu/packages/haskell.scm (ghc-hspec-discover): New variable.
---
gnu/packages/haskell.scm | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 307fa64..1a8b321 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1435,6 +1435,28 @@ responses coming back.")
@uref{https://github.com/sol/hspec-expectations#readme, the README}.")
(license expat)))
+(define-public ghc-hspec-discover
+ (package
+ (name "ghc-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))
+ (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta)))
+ (home-page "http://hspec.github.io/")
+ (synopsis "Automatically discover and run Hspec tests")
+ (description "Automatically discover and run Hspec tests.")
+ (license expat)))
+
(define-public ghc-hspec-core
(package
(name "ghc-hspec-core")
- 25/151: gnu: Add ghc-transformers-compat., (continued)
- 25/151: gnu: Add ghc-transformers-compat., Paul, 2015/10/19
- 24/151: gnu: Add ghc-quickcheck-io., Paul, 2015/10/19
- 27/151: gnu: Add ghc-temporary., Paul, 2015/10/19
- 29/151: gnu: Add ghc-hspec-expectations., Paul, 2015/10/19
- 31/151: gnu: Add ghc-hspec-meta., Paul, 2015/10/19
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/19
- 30/151: gnu: Add ghc-hspec-core., Paul, 2015/10/19
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/19
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/19
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/19
- 32/151: gnu: Add ghc-hspec-discover.,
Paul <=
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/19
- 36/151: gnu: Add ghc-safe., Paul, 2015/10/19
- 37/151: gnu: Add ghc-generic-deriving., Paul, 2015/10/19
- 38/151: gnu: Add ghc-pcre-light., Paul, 2015/10/19
- 40/151: gnu: Add ghc-xml., Paul, 2015/10/19
- 41/151: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/19
- 39/151: gnu: Add ghc-logict., Paul, 2015/10/19
- 42/151: gnu: ghc-split: Update dependencies., Paul, 2015/10/19
- 43/151: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/19
- 44/151: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/19