gnu: ghc-bytestring-handle: Update to 0.1.0.6.

* gnu/packages/haskell.scm (ghc-bytestring-handle): Update to 0.1.0.6.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-01 08:21:17 +01:00
parent 934dc8d2e4
commit 39bcc93283
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -5689,7 +5689,7 @@ this problem.")
(define-public ghc-bytestring-handle
(package
(name "ghc-bytestring-handle")
(version "0.1.0.4")
(version "0.1.0.6")
(source
(origin
(method url-fetch)
@ -5698,7 +5698,7 @@ this problem.")
version ".tar.gz"))
(sha256
(base32
"0q5yzx90ad9w7qvaix05bynxwlsbqjrgfc4hqb355ibf991wd0rh"))))
"18f17aja1ivhr3zyg2cccn2m03hdn5jf5410dndkhf12gvgiqs7y"))))
(build-system haskell-build-system)
(inputs
`(("ghc-quickcheck" ,ghc-quickcheck)