summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorRobert Vollmert <rob@vllmrt.net>2019-06-05 20:30:19 +0200
committerLudovic Courtès <ludo@gnu.org>2019-06-06 20:35:54 +0200
commit784e601e60094d39a0a7367dc3698e51a6b7b3f5 (patch)
tree63d51f1ed25f4159edce685bbcbefe6f5bbf6a39 /gnu/packages/haskell.scm
parent5d9fe4311af7444ee02617c5d76d668a52d453d8 (diff)
downloadpatches-784e601e60094d39a0a7367dc3698e51a6b7b3f5.tar
patches-784e601e60094d39a0a7367dc3698e51a6b7b3f5.tar.gz
gnu: ghc-streaming-commons: Update to 0.2.1.1.
This fixes a sporadic test failure, showing up particularly in Nix/Guix builds: https://github.com/fpco/streaming-commons/issues/49. * gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 06e255fdcf..97b4fd9a55 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1805,7 +1805,7 @@ version 1.3).")
(define-public ghc-streaming-commons
(package
(name "ghc-streaming-commons")
- (version "0.2.1.0")
+ (version "0.2.1.1")
(source
(origin
(method url-fetch)
@@ -1814,7 +1814,7 @@ version 1.3).")
version ".tar.gz"))
(sha256
(base32
- "13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
+ "1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)