mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-free: Update to 5.1.2.
* gnu/packages/haskell-xyz.scm (ghc-free): Update to 5.1.2.
This commit is contained in:
parent
a06613eaaf
commit
4081565d3d
1 changed files with 2 additions and 2 deletions
|
@ -3735,7 +3735,7 @@ Foundation has the following goals:
|
||||||
(define-public ghc-free
|
(define-public ghc-free
|
||||||
(package
|
(package
|
||||||
(name "ghc-free")
|
(name "ghc-free")
|
||||||
(version "5.0.2")
|
(version "5.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3745,7 +3745,7 @@ Foundation has the following goals:
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15m3n9vhz7z3kzv1w3wlfa3x8jp4cbrkwmrcjr7jlx39iqffn1gg"))))
|
"0vlf3f2ckl3cr7z2zl8c9c8qkdlfgvmh04gxkp2fg0z9dz80nlyb"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("ghc-prelude-extras" ,ghc-prelude-extras)
|
`(("ghc-prelude-extras" ,ghc-prelude-extras)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue