mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: ghc-dlist: Update to 0.8.0.7.
* gnu/packages/haskell-xyz.scm (ghc-dlist): Update to 0.8.0.7.
This commit is contained in:
parent
142415b0c7
commit
197ddf33ac
1 changed files with 2 additions and 2 deletions
|
@ -2654,7 +2654,7 @@ (define-public ghc-distributive
|
||||||
(define-public ghc-dlist
|
(define-public ghc-dlist
|
||||||
(package
|
(package
|
||||||
(name "ghc-dlist")
|
(name "ghc-dlist")
|
||||||
(version "0.8.0.4")
|
(version "0.8.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2663,7 +2663,7 @@ (define-public ghc-dlist
|
||||||
version
|
version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0yirrh0s6acjy9hhvf5fqg2d6q5y6gm9xs04v6w1imndh1xqdwdc"))))
|
(base32 "0b5spkzvj2kx8pk86xz0djkxs13j7dryf5fl16dk4mlp1wh6mh53"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
`(("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
|
|
Loading…
Reference in a new issue