summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-12-01 07:55:39 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-12-05 16:37:44 +0100
commit934dc8d2e4d3abd613b96525e528a4e8dbae9b92 (patch)
tree100dd8b030a2339e3b95e1ee3683a2f73af12b44 /gnu
parentdf906169d6c6d44da4ac9e00a9c31fa7d930b490 (diff)
gnu: ghc-bytestring-builder: Update to 0.10.8.1.0.
* gnu/packages/haskell.scm (ghc-bytestring-builder): Update to 0.10.8.1.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/haskell.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ac22da47ee..ec505cff63 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3764,7 +3764,7 @@ Haskell, based on complemented PATRICIA tries.")
(define-public ghc-bytestring-builder
(package
(name "ghc-bytestring-builder")
- (version "0.10.6.0.0")
+ (version "0.10.8.1.0")
(source
(origin
(method url-fetch)
@@ -3773,7 +3773,7 @@ Haskell, based on complemented PATRICIA tries.")
"/bytestring-builder-" version ".tar.gz"))
(sha256
(base32
- "1mkg24zl0rapb3gqzkyj5ibp07wx3yzd72hmfczssl0is63rjhww"))))
+ "1hnvjac28y44yn78c9vdp1zvrknvlw98ky3g4n5vivr16rvh8x3d"))))
(build-system haskell-build-system)
(arguments `(#:haddock? #f)) ; Package contains no documentation.
(home-page "https://hackage.haskell.org/package/bytestring-builder")