gnu: ghc-concurrent-output: Update to 1.10.11.

* gnu/packages/haskell-xyz.scm (ghc-concurrent-output): Update to 1.10.11.
This commit is contained in:
Timothy Sample 2019-10-31 14:25:06 -04:00
parent 85decc1f6f
commit 4fce0a4a34
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1916,7 +1916,7 @@ (define-public ghc-concurrent-extra
(define-public ghc-concurrent-output
(package
(name "ghc-concurrent-output")
(version "1.10.9")
(version "1.10.11")
(source
(origin
(method url-fetch)
@ -1926,7 +1926,7 @@ (define-public ghc-concurrent-output
".tar.gz"))
(sha256
(base32
"0mwf155w89nbbkjln7hhbn8k3f8p0ylcvgrg31cm7ijpx4499i4c"))))
"1d1aaqg5814k59b0iws3fh06p3g2siaj922gkhs75qgncj0my2p3"))))
(build-system haskell-build-system)
(inputs
`(("ghc-async" ,ghc-async)