gnu: ghc-streaming-commons: Update to 0.2.1.0.

* gnu/packages/haskell.scm (ghc-streaming-commons): Update to 0.2.1.0.
[inputs]: Add ghc-async.
This commit is contained in:
Ricardo Wurmus 2018-08-15 11:42:14 +02:00 committed by Ricardo Wurmus
parent 990cd5ef50
commit c437b8008b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1413,20 +1413,20 @@ (define-public ghc-opengl
(define-public ghc-streaming-commons
(package
(name "ghc-streaming-commons")
(version "0.1.16")
(version "0.2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://hackage.haskell.org/package/streaming-commons/streaming-commons-"
version
".tar.gz"))
(uri (string-append "https://hackage.haskell.org/package/"
"streaming-commons/streaming-commons-"
version ".tar.gz"))
(sha256
(base32
"0vhhm0z88b1r6s50bskdfh73acwfypm614nycmi9jwiyh84zbz8p"))))
"13fn6qmpiggwpn8lczyydgp77cyzfypwds7wxskrwir4i5cgxlfq"))))
(build-system haskell-build-system)
(inputs
`(("ghc-blaze-builder" ,ghc-blaze-builder)
`(("ghc-async" ,ghc-async)
("ghc-blaze-builder" ,ghc-blaze-builder)
("ghc-network" ,ghc-network)
("ghc-random" ,ghc-random)
("ghc-stm" ,ghc-stm)