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:
parent
3433e359e4
commit
2545c92ae5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue