me
/
guix
Archived
1
0
Fork 0

gnu: ghc-bytestring: Update to 0.10.8.2

* gnu/packages/haskell.scm (ghc-bytestring): Update to 0.10.8.2
master
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
(package
(name "ghc-bytestring")
(version "0.10.8.1")
(version "0.10.8.2")
(source
(origin
(method url-fetch)
@ -5889,7 +5889,7 @@ the @code{mtl-tf} package.")
version ".tar.gz"))
(sha256
(base32
"16zwb1p83z7vc5wlhvknpy80b5a2jxc5awx67rk52qnp9idmyq9d"))))
"0fjc5ybxx67l0kh27l6vq4saf88hp1wnssj5ka90ii588y76cvys"))))
(build-system haskell-build-system)
(inputs
`(("ghc-random" ,ghc-random)