[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/151: gnu: Add ghc-hspec-expectations.
From: |
Paul |
Subject: |
29/151: gnu: Add ghc-hspec-expectations. |
Date: |
Mon, 19 Oct 2015 08:57:24 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1263282b2d1b292f0b3518c2b260cbc0d2480ed6
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:04:20 2015 +0200
gnu: Add ghc-hspec-expectations.
* gnu/packages/haskell.scm (ghc-hspec-expectations): New variable.
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 26f45c0..819a7d5 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1412,6 +1412,29 @@ lets you set up HTTP connections, transmitting requests
and processing the
responses coming back.")
(license bsd-3)))
+(define-public ghc-hspec-expectations
+ (package
+ (name "ghc-hspec-expectations")
+ (version "0.7.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+
"http://hackage.haskell.org/package/hspec-expectations/hspec-expectations-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1w56jiqfyl237sr207gh3b0l8sr9layy0mdsgd5wknzb49mif6ip"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-hunit" ,ghc-hunit)))
+ (home-page
+ "https://github.com/sol/hspec-expectations#readme")
+ (synopsis "Catchy combinators for HUnit")
+ (description "Catchy combinators for HUnit, see
address@hidden://github.com/sol/hspec-expectations#readme, the README}.")
+ (license expat)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 17/151: gnu: ghc-http: Update to 4000.2.20., (continued)
- 17/151: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/19
- 18/151: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/19
- 22/151: gnu: Add ghc-setenv., Paul, 2015/10/19
- 19/151: gnu: Add ghc-ansi-terminal., Paul, 2015/10/19
- 20/151: gnu: ghc-containers: Remove variable., Paul, 2015/10/19
- 21/151: gnu: Add ghc-async., Paul, 2015/10/19
- 23/151: gnu: Add ghc-stringbuilder., Paul, 2015/10/19
- 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 <=
- 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, 2015/10/19
- 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