gnu: ghc-genvalidity: Update to 0.8.0.0.
* gnu/packages/haskell-xyz.scm (ghc-genvalidity): Update to 0.8.0.0.
This commit is contained in:
parent
19c14a0fb7
commit
920f44a1ba
1 changed files with 2 additions and 2 deletions
|
@ -3815,7 +3815,7 @@ geniplate} package, written by Lennart Augustsson.")
|
||||||
(define-public ghc-genvalidity
|
(define-public ghc-genvalidity
|
||||||
(package
|
(package
|
||||||
(name "ghc-genvalidity")
|
(name "ghc-genvalidity")
|
||||||
(version "0.5.1.0")
|
(version "0.8.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3825,7 +3825,7 @@ geniplate} package, written by Lennart Augustsson.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17ykq38j9a2lzir6dqz5jgy6ndaafrpkhqhcg96c5ppg7wcxaaj0"))))
|
"0w38aq9hfyymidncgkrs6yvja7j573d9sap5qfg5rz910fhsij9a"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Reference in a new issue