[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/153: gnu: Add ghc-hspec.
From: |
Paul |
Subject: |
33/153: gnu: Add ghc-hspec. |
Date: |
Wed, 21 Oct 2015 16:07:16 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 3f6bddca8947daaaa7031bd93ddef582a8d3ff55
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:07:02 2015 +0200
gnu: Add ghc-hspec.
* gnu/packages/haskell.scm (ghc-hspec): New variable.
---
gnu/packages/haskell.scm | 30 ++++++++++++++++++++++++++++++
1 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index aec253c..d77ebbc 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1398,6 +1398,36 @@ lets you set up HTTP connections, transmitting requests
and processing the
responses coming back.")
(license bsd-3)))
+(define-public ghc-hspec
+ (package
+ (name "ghc-hspec")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/hspec/hspec-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0zqisxznlbszivsgy3irvf566zhcr6ipqqj3x9i7pj5hy913jwqf"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-hspec-core" ,ghc-hspec-core)
+ ("hspec-discover" ,hspec-discover)
+ ("ghc-hspec-expectations" ,ghc-hspec-expectations)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hunit" ,ghc-hunit)))
+ (inputs
+ `(("ghc-stringbuilder" ,ghc-stringbuilder)
+ ("ghc-hspec-meta" ,ghc-hspec-meta)))
+ (home-page "http://hspec.github.io/")
+ (synopsis "Testing Framework for Haskell")
+ (description "This library provides the Hspec testing framework for
+Haskell, inspired by the Ruby library RSpec.")
+ (license expat)))
+
(define-public ghc-hspec-expectations
(package
(name "ghc-hspec-expectations")
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., (continued)
- 08/153: gnu: ghc-dlist: Update to 0.7.1.2., Paul, 2015/10/21
- 09/153: gnu: ghc-dlist: Enable tests., Paul, 2015/10/21
- 15/153: gnu: ghc-vector: Update to 0.11.0.0., Paul, 2015/10/21
- 34/153: gnu: Add ghc-regex-base., Paul, 2015/10/21
- 31/153: gnu: Add ghc-hspec-meta., Paul, 2015/10/21
- 25/153: gnu: Add ghc-transformers-compat., Paul, 2015/10/21
- 12/153: gnu: ghc-primitive: Update to 0.6.1.0., Paul, 2015/10/21
- 26/153: gnu: Add ghc-exceptions., Paul, 2015/10/21
- 23/153: gnu: Add ghc-stringbuilder., Paul, 2015/10/21
- 13/153: gnu: ghc-quickcheck: Update to 2.8.1., Paul, 2015/10/21
- 33/153: gnu: Add ghc-hspec.,
Paul <=
- 03/153: gnu: ghc-utf8-string: Update to 1.0.1.1., Paul, 2015/10/21
- 40/153: gnu: Add ghc-xml., Paul, 2015/10/21
- 58/153: gnu: Add ghc-blaze-markup., Paul, 2015/10/21
- 42/153: gnu: ghc-split: Update dependencies., Paul, 2015/10/21
- 48/153: gnu: Add ghc-optparse-applicative., Paul, 2015/10/21
- 36/153: gnu: Add ghc-safe., Paul, 2015/10/21
- 41/153: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/21
- 62/153: gnu: Add ghc-tagged., Paul, 2015/10/21
- 18/153: gnu: cabal-install: Update to 1.22.6.0., Paul, 2015/10/21
- 11/153: gnu: ghc-hashable: Update to 1.2.3.3., Paul, 2015/10/21