summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-02-12 22:10:26 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-02-13 13:37:35 +0100
commitbc819cdf4c4c4d567d410bc44fdf5182fb5f7329 (patch)
tree5cbaa7ea70bdb557fbd0725e6b87995898531f53
parent4fe3ce822f02bb23fa234f5b5d326d4d97d325cd (diff)
downloadpatches-bc819cdf4c4c4d567d410bc44fdf5182fb5f7329.tar
patches-bc819cdf4c4c4d567d410bc44fdf5182fb5f7329.tar.gz
gnu: ghc-word8: Update to 0.1.3.
* gnu/packages/haskell.scm (ghc-word8): Update to 0.1.3.
-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 7775a5a1ad..2eaa359c5f 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4521,7 +4521,7 @@ Kaseorg.")
(define-public ghc-word8
(package
(name "ghc-word8")
- (version "0.1.2")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
@@ -4531,7 +4531,7 @@ Kaseorg.")
".tar.gz"))
(sha256
(base32
- "1pbn8ra3qhwvw07p375cdmp7jzlg07hgdcr4cpscz3h7b9sy7fiw"))))
+ "12jx7f13d2h1djq4fh4dyrab61sm49mj1w61j3rzp2vjfm696c16"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-hspec" ,ghc-hspec)