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>
This commit is contained in:
Robert Vollmert 2019-06-05 20:30:19 +02:00 committed by Ludovic Courtès
parent 5d9fe4311a
commit 784e601e60
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1805,7 +1805,7 @@ (define-public ghc-opengl
(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 @@ (define-public ghc-streaming-commons
version ".tar.gz"))
(sha256
(base32
"13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
"1lmyx3wkjsayhy5yilzvy0kf8qwmycwlk26r1d8f3cxbfhkr7s52"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)