summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-check.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 19:32:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:32 +0100
commit245efb325bf8413e0dcb5b3877a5d822286d2ab3 (patch)
tree27b0d6c6270b56cfd2389b448bf346a63f558077 /gnu/packages/haskell-check.scm
parented03ac41cf4b195a24c46414eeccd8d449d73933 (diff)
downloadguix-patches-245efb325bf8413e0dcb5b3877a5d822286d2ab3.tar
guix-patches-245efb325bf8413e0dcb5b3877a5d822286d2ab3.tar.gz
gnu: ghc-hspec-core: Update to 2.2.4.
* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.2.4.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r--gnu/packages/haskell-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 401339ae54..5aa90fee3c 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -605,7 +605,7 @@ runs Hspec tests.")
(define-public ghc-hspec-core
(package
(name "ghc-hspec-core")
- (version "2.2.0")
+ (version "2.2.4")
(source
(origin
(method url-fetch)
@@ -615,7 +615,7 @@ runs Hspec tests.")
".tar.gz"))
(sha256
(base32
- "1wgd55k652jaf81nkvciyqi67ycj7zamr4nd9z1cqf8nr9fc3sa4"))))
+ "0x845ngfl6vf65fnpb5mm3wj0ql45pz11bnm0x4gxc4ybd9c52ij"))))
(build-system haskell-build-system)
(arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
(inputs