[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/151: gnu: Add ghc-hspec-meta.
From: |
Paul |
Subject: |
31/151: gnu: Add ghc-hspec-meta. |
Date: |
Mon, 19 Oct 2015 08:57:26 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 46f7c45a660b7503b71fb390636a5840f517ddce
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 213460b..307fa64 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1467,6 +1467,36 @@ responses coming back.")
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 "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")
- 18/151: gnu: cabal-install: Update to 1.22.6.0., (continued)
- 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, 2015/10/19
- 31/151: gnu: Add ghc-hspec-meta.,
Paul <=
- 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
- 38/151: gnu: Add ghc-pcre-light., Paul, 2015/10/19