gnu: ghc-chell: Update to 0.4.0.2.
* gnu/packages/haskell.scm (ghc-chell): Update to 0.4.0.2.
This commit is contained in:
parent
343c23988a
commit
6a9730a0c4
|
@ -7399,7 +7399,7 @@ easily work with command-line options.")
|
||||||
(define-public ghc-chell
|
(define-public ghc-chell
|
||||||
(package
|
(package
|
||||||
(name "ghc-chell")
|
(name "ghc-chell")
|
||||||
(version "0.4.0.1")
|
(version "0.4.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7408,7 +7408,7 @@ easily work with command-line options.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lb95abzxl4a87nfqxsxpb3a39pd52cci43hcvj8615hyhqvs2jz"))))
|
"10ingy9qnbmc8cqh4i9pskcw43l0mzk8f3d76b3qz3fig5ary3j9"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-options-bootstrap" ,ghc-options-bootstrap)
|
`(("ghc-options-bootstrap" ,ghc-options-bootstrap)
|
||||||
|
|
Loading…
Reference in New Issue