[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/151: gnu: Add ghc-hspec-core.
From: |
Paul |
Subject: |
30/151: gnu: Add ghc-hspec-core. |
Date: |
Tue, 20 Oct 2015 15:29:49 +0000 |
toothbrush pushed a commit to branch wip-haskell-platform-7.10.2-a
in repository guix.
commit 81d55a31b5303d19b72a000794635884ee1d761f
Author: Paul van der Walt <address@hidden>
Date: Thu Oct 15 21:05:38 2015 +0200
gnu: Add ghc-hspec-core.
* gnu/packages/haskell.scm (ghc-hspec-core): New variable.
---
gnu/packages/haskell.scm | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index e9f0d9b..0359015 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1420,6 +1420,38 @@ responses coming back.")
@uref{https://github.com/sol/hspec-expectations#readme, the README}.")
(license expat)))
+(define-public ghc-hspec-core
+ (package
+ (name "ghc-hspec-core")
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://hackage.haskell.org/package/hspec-core/hspec-core-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "1wgd55k652jaf81nkvciyqi67ycj7zamr4nd9z1cqf8nr9fc3sa4"))))
+ (build-system haskell-build-system)
+ (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
+ (propagated-inputs
+ `(("ghc-setenv" ,ghc-setenv)
+ ("ghc-ansi-terminal" ,ghc-ansi-terminal)
+ ("ghc-async" ,ghc-async)
+ ("ghc-quickcheck-io" ,ghc-quickcheck-io)))
+ (inputs
+ `(("ghc-hunit" ,ghc-hunit)
+ ("ghc-quickcheck" ,ghc-quickcheck)
+ ("ghc-hspec-expectations" ,ghc-hspec-expectations)
+ ("ghc-silently" ,ghc-silently)))
+ (home-page "http://hspec.github.io/")
+ (synopsis "Testing framework for Haskell")
+ (description "This library exposes internal types and functions that can
+be used to extend Hspec's functionality.")
+ (license expat)))
+
(define-public ghc-async
(package
(name "ghc-async")
- 34/151: gnu: Add ghc-regex-base., (continued)
- 34/151: gnu: Add ghc-regex-base., Paul, 2015/10/20
- 26/151: gnu: Add ghc-exceptions., Paul, 2015/10/20
- 28/151: gnu: Add ghc-silently., Paul, 2015/10/20
- 35/151: gnu: Add ghc-appar., Paul, 2015/10/20
- 41/151: gnu: Add ghc-quickcheck-unicode., Paul, 2015/10/20
- 33/151: gnu: Add ghc-hspec., Paul, 2015/10/20
- 37/151: gnu: Add ghc-generic-deriving., Paul, 2015/10/20
- 39/151: gnu: Add ghc-logict., Paul, 2015/10/20
- 42/151: gnu: ghc-split: Update dependencies., Paul, 2015/10/20
- 38/151: gnu: Add ghc-pcre-light., Paul, 2015/10/20
- 30/151: gnu: Add ghc-hspec-core.,
Paul <=
- 40/151: gnu: Add ghc-xml., Paul, 2015/10/20
- 43/151: gnu: Add ghc-annotated-wl-pprint., Paul, 2015/10/20
- 44/151: gnu: Add ghc-ansi-wl-pprint., Paul, 2015/10/20
- 46/151: gnu: Add ghc-uniplate., Paul, 2015/10/20
- 47/151: gnu: Add ghc-fingertree., Paul, 2015/10/20
- 45/151: gnu: Add ghc-base64-bytestring., Paul, 2015/10/20
- 53/151: gnu: Add ghc-monad-control., Paul, 2015/10/20
- 51/151: gnu: Add ghc-mmorph., Paul, 2015/10/20
- 56/151: gnu: Add ghc-base-compat., Paul, 2015/10/20
- 50/151: gnu: Add ghc-vault., Paul, 2015/10/20