[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/154: gnu: Add ghc-hspec-meta.
From: |
Paul |
Subject: |
31/154: gnu: Add ghc-hspec-meta. |
Date: |
Thu, 22 Oct 2015 20:22:45 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 7d606fbd9d4594e6d5bcf167ee0a22989decea80
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:06:14 2015 +0200
gnu: Add ghc-hspec-meta.
* gnu/packages/haskell.scm (ghc-hspec-meta): 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 df5c82b..aff6931 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1448,6 +1448,36 @@ responses coming back.")
be used to extend Hspec's functionality.")
(license expat)))
+(define-public ghc-hspec-meta
+ (package
+ (name "ghc-hspec-meta")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/hspec-meta/hspec-meta-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1fmqmgrzp135cxhmxxbaswkk4bqbpgfml00cmcz0d39n11vzpa5z"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hunit" ,ghc-hunit)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-async" ,ghc-async)
+ ("ghc-hspec-expectations" ,ghc-hspec-expectations)
+ ("ghc-setenv" ,ghc-setenv)
+ ("ghc-random" ,ghc-random)
+ ("ghc-quickcheck-io" ,ghc-quickcheck-io)))
+ (home-page "http://hspec.github.io/")
+ (synopsis "Version of Hspec to test Hspec itself")
+ (description "This library provides a stable version of Hspec which is
+used to test the in-development version of Hspec.")
+ (license expat)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 24/154: gnu: Add ghc-quickcheck-io., (continued)
- 24/154: gnu: Add ghc-quickcheck-io., Paul, 2015/10/22
- 26/154: gnu: Add ghc-exceptions., Paul, 2015/10/22
- 23/154: gnu: Add ghc-stringbuilder., Paul, 2015/10/22
- 22/154: gnu: Add ghc-setenv., Paul, 2015/10/22
- 29/154: gnu: Add ghc-hspec-expectations., Paul, 2015/10/22
- 25/154: gnu: Add ghc-transformers-compat., Paul, 2015/10/22
- 20/154: gnu: Remove ghc-containers., Paul, 2015/10/22
- 36/154: gnu: Add ghc-safe., Paul, 2015/10/22
- 35/154: gnu: Add ghc-appar., Paul, 2015/10/22
- 30/154: gnu: Add ghc-hspec-core., Paul, 2015/10/22
- 31/154: gnu: Add ghc-hspec-meta.,
Paul <=
- 33/154: gnu: Add ghc-hspec., Paul, 2015/10/22
- 34/154: gnu: Add ghc-regex-base., Paul, 2015/10/22
- 27/154: gnu: Add ghc-temporary., Paul, 2015/10/22
- 37/154: gnu: Add ghc-generic-deriving., Paul, 2015/10/22
- 42/154: gnu: ghc-split: Update dependencies., Paul, 2015/10/22
- 40/154: gnu: Add ghc-xml., Paul, 2015/10/22
- 41/154: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/22
- 43/154: gnu: Add ghc-annotated-wl-pprint., 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