gnu: ghc-bytestring-builder: Update to 0.10.8.2.0.

* gnu/packages/haskell-xyz.scm (ghc-bytestring-builder): Update to
0.10.8.2.0.
This commit is contained in:
Timothy Sample 2019-10-31 00:31:21 -04:00
parent 6dcca515c9
commit 13ac8a7faa
No known key found for this signature in database
GPG key ID: 2AC6A5EC1C357C59

View file

@ -1012,7 +1012,7 @@ (define-public ghc-bytes
(define-public ghc-bytestring-builder
(package
(name "ghc-bytestring-builder")
(version "0.10.8.1.0")
(version "0.10.8.2.0")
(source
(origin
(method url-fetch)
@ -1021,7 +1021,7 @@ (define-public ghc-bytestring-builder
"/bytestring-builder-" version ".tar.gz"))
(sha256
(base32
"1hnvjac28y44yn78c9vdp1zvrknvlw98ky3g4n5vivr16rvh8x3d"))))
"0grcrgwwwcvwrs9az7l4d3kf0lsqfa9qpmjzf6iyanvwn9nyzyi7"))))
(build-system haskell-build-system)
(arguments `(#:haddock? #f)) ; Package contains no documentation.
(home-page "https://hackage.haskell.org/package/bytestring-builder")