gnu: ghc-bytestring: Update to 0.10.8.2

* gnu/packages/haskell.scm (ghc-bytestring): Update to 0.10.8.2
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-01 06:38:28 +01:00
parent 3433e359e4
commit 2545c92ae5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5880,7 +5880,7 @@ the @code{mtl-tf} package.")
(define-public ghc-bytestring (define-public ghc-bytestring
(package (package
(name "ghc-bytestring") (name "ghc-bytestring")
(version "0.10.8.1") (version "0.10.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5889,7 +5889,7 @@ the @code{mtl-tf} package.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"16zwb1p83z7vc5wlhvknpy80b5a2jxc5awx67rk52qnp9idmyq9d")))) "0fjc5ybxx67l0kh27l6vq4saf88hp1wnssj5ka90ii588y76cvys"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(inputs (inputs
`(("ghc-random" ,ghc-random) `(("ghc-random" ,ghc-random)