mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: ghc-prelude-extras: Update to 0.4.0.3.
* gnu/packages/haskell.scm (ghc-prelude-extras): Update to 0.4.0.3.
This commit is contained in:
parent
24857542bd
commit
29466a9b34
1 changed files with 2 additions and 2 deletions
|
@ -474,7 +474,7 @@ (define-public ghc-libxml
|
|||
(define-public ghc-prelude-extras
|
||||
(package
|
||||
(name "ghc-prelude-extras")
|
||||
(version "0.4.0.2")
|
||||
(version "0.4.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -484,7 +484,7 @@ (define-public ghc-prelude-extras
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q7mj9hysy747vimnlyrwsk1wb2axymxixa76fwcbcnmz3fi4llp"))))
|
||||
"0xzqdf3nl2h0ra4gnslm1m1nsxlsgc0hh6ky3vn578vh11zhifq9"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://github.com/ekmett/prelude-extras")
|
||||
(synopsis "Higher order versions of Prelude classes")
|
||||
|
|
Loading…
Reference in a new issue