summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Sample <samplet@ngyro.com>2018-08-28 22:11:55 -0400
committerRicardo Wurmus <rekado@elephly.net>2018-10-01 12:12:11 +0200
commit6a9730a0c41b7033a600593b2c2720d610919126 (patch)
tree77c4707fa80d3687da331366008088679a3d11f3
parent343c23988ad70f3760691ef1cade25a6a20215bd (diff)
downloadpatches-6a9730a0c41b7033a600593b2c2720d610919126.tar
patches-6a9730a0c41b7033a600593b2c2720d610919126.tar.gz
gnu: ghc-chell: Update to 0.4.0.2.
* gnu/packages/haskell.scm (ghc-chell): Update to 0.4.0.2.
-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 16638af2c5..8ef95a4800 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7399,7 +7399,7 @@ easily work with command-line options.")
(define-public ghc-chell
(package
(name "ghc-chell")
- (version "0.4.0.1")
+ (version "0.4.0.2")
(source
(origin
(method url-fetch)
@@ -7408,7 +7408,7 @@ easily work with command-line options.")
version ".tar.gz"))
(sha256
(base32
- "0lb95abzxl4a87nfqxsxpb3a39pd52cci43hcvj8615hyhqvs2jz"))))
+ "10ingy9qnbmc8cqh4i9pskcw43l0mzk8f3d76b3qz3fig5ary3j9"))))
(build-system haskell-build-system)
(inputs
`(("ghc-options-bootstrap" ,ghc-options-bootstrap)