mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: ghc-extra: Update to 1.6.18.
* gnu/packages/haskell-xyz.scm (ghc-extra): Update to 1.6.18. [inputs]: Add 'ghc-semigroups'.
This commit is contained in:
parent
b50b600466
commit
10650c441b
1 changed files with 3 additions and 2 deletions
|
@ -3281,7 +3281,7 @@ (define-public ghc-extensible-exceptions
|
||||||
(define-public ghc-extra
|
(define-public ghc-extra
|
||||||
(package
|
(package
|
||||||
(name "ghc-extra")
|
(name "ghc-extra")
|
||||||
(version "1.6.9")
|
(version "1.6.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3291,10 +3291,11 @@ (define-public ghc-extra
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xxcpb00pgwi9cmy6a7ghh6rblxry42p8pz5ssfgj20fs1xwzj1b"))))
|
"0jvd4l0hi8pf5899pxc32yc638y0mrc357w0rph99k3hm277i0cy"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-clock" ,ghc-clock)
|
`(("ghc-clock" ,ghc-clock)
|
||||||
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)))
|
("ghc-quickcheck" ,ghc-quickcheck)))
|
||||||
(home-page "https://github.com/ndmitchell/extra")
|
(home-page "https://github.com/ndmitchell/extra")
|
||||||
(synopsis "Extra Haskell functions")
|
(synopsis "Extra Haskell functions")
|
||||||
|
|
Loading…
Reference in a new issue