me
/
guix
Archived
1
0
Fork 0

gnu: ghc-chell: Update to 0.5.

* gnu/packages/haskell-xyz.scm (ghc-chell): Update to 0.5.
[arguments] Set Cabal file to r1.
master
Timothy Sample 2019-11-03 21:05:10 -05:00
parent 484476f38d
commit acdd03be2d
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 5 additions and 2 deletions

View File

@ -1580,7 +1580,7 @@ cross-site scripting (@dfn{XSS}) attacks.")
(define-public ghc-chell
(package
(name "ghc-chell")
(version "0.4.0.2")
(version "0.5")
(source
(origin
(method url-fetch)
@ -1589,8 +1589,11 @@ cross-site scripting (@dfn{XSS}) attacks.")
version ".tar.gz"))
(sha256
(base32
"10ingy9qnbmc8cqh4i9pskcw43l0mzk8f3d76b3qz3fig5ary3j9"))))
"1i845isfbk0yq852am9bqmxfpfkpnlha8nfidffsv4gw2p8gg6fg"))))
(build-system haskell-build-system)
(arguments
`(#:cabal-revision
("1" "1q93wrw03ix4cmnkz3lzkixcvvizw6i2ia2zifdfak1dvxnblxk0")))
(inputs
`(("ghc-options-bootstrap" ,ghc-options-bootstrap)
("ghc-patience" ,ghc-patience)