[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/153: gnu: Add ghc-hspec-expectations.
From: |
Paul |
Subject: |
29/153: gnu: Add ghc-hspec-expectations. |
Date: |
Wed, 21 Oct 2015 16:07:15 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 1bc21589a3557f319846640e92f8a55567fba7ec
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 | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3c423b8..e9f0d9b 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1398,6 +1398,28 @@ 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")
+ (synopsis "Catchy combinators for HUnit")
+ (description "This library provides 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")
- 06/153: gnu: Add ghc-old-time., (continued)
- 06/153: gnu: Add ghc-old-time., Paul, 2015/10/21
- 53/153: gnu: Add ghc-monad-control., Paul, 2015/10/21
- 05/153: gnu: xmonad: Patch for updated libraries., Paul, 2015/10/21
- 27/153: gnu: Add ghc-temporary., Paul, 2015/10/21
- 28/153: gnu: Add ghc-silently., Paul, 2015/10/21
- 20/153: gnu: Remove ghc-containers., Paul, 2015/10/21
- 101/153: gnu: Add ghc-hscolour., Paul, 2015/10/21
- 86/153: gnu: Add ghc-stringsearch., Paul, 2015/10/21
- 92/153: gnu: Add ghc-tasty-ant-xml., Paul, 2015/10/21
- 02/153: gnu: ghc-mtl: Update to 2.2.1., Paul, 2015/10/21
- 29/153: gnu: Add ghc-hspec-expectations.,
Paul <=
- 01/153: gnu: ghc: Update to 7.10.2., Paul, 2015/10/21
- 10/153: gnu: ghc-text: Update to 1.2.1.3., Paul, 2015/10/21
- 17/153: gnu: ghc-http: Update to 4000.2.20., Paul, 2015/10/21
- 14/153: gnu: ghc-syb: Update to 0.6., Paul, 2015/10/21
- 38/153: gnu: Add ghc-pcre-light., Paul, 2015/10/21
- 21/153: gnu: Add ghc-async., Paul, 2015/10/21
- 39/153: gnu: Add ghc-logict., Paul, 2015/10/21
- 55/153: gnu: Add ghc-easy-file., Paul, 2015/10/21
- 50/153: gnu: Add ghc-vault., Paul, 2015/10/21
- 89/153: gnu: Add ghc-tasty-golden., Paul, 2015/10/21