gnu: ghc-edisoncore: Update to 1.3.2.1.
* gnu/packages/haskell.scm (ghc-edisoncore): Update to 1.3.2.1.
This commit is contained in:
parent
4a3f50e36c
commit
38922e49ca
|
@ -4032,14 +4032,14 @@ finite maps and priority queues where the priority and element are distinct.")
|
||||||
(define-public ghc-edisoncore
|
(define-public ghc-edisoncore
|
||||||
(package
|
(package
|
||||||
(name "ghc-edisoncore")
|
(name "ghc-edisoncore")
|
||||||
(version "1.3.1.1")
|
(version "1.3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://hackage.haskell.org/package/EdisonCore"
|
(uri (string-append "https://hackage.haskell.org/package/EdisonCore"
|
||||||
"/EdisonCore-" version ".tar.gz"))
|
"/EdisonCore-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06shxmcqxcahcn6zgl64vlqix4fnq53d97drcgsh94qp7gp201ry"))))
|
(base32 "0fgj5iwiv3v2gdgx7kjcr15dcs4x1kvmjspp3p99wyhh0x6h3ikk"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
|
|
Loading…
Reference in New Issue