mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ghc-9.2: Update to 9.2.8.
* gnu/packages/haskell.scm (ghc-9.2): Update to 9.2.8. Change-Id: I4cbb48ad166f893a5b7c707505a77effce208b86
This commit is contained in:
parent
9236047476
commit
55b5c7c9b1
1 changed files with 3 additions and 3 deletions
|
@ -1436,14 +1436,14 @@ (define-public ghc-9.2
|
|||
(package
|
||||
(inherit base)
|
||||
(name "ghc")
|
||||
(version "9.2.5")
|
||||
(version "9.2.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.haskell.org/ghc/dist/" version
|
||||
"/ghc-" version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07028i0hm74svvq9b3jpkczaj6lsdgn3hgr4wa7diqiq3dypj1h6"))
|
||||
"18b7ln4gx2vy62jpv3z5slv3zfxmxnmkgajznks15zglddwd24sz"))
|
||||
(patches (search-patches "ghc-9.2-glibc-2.33-link-order.patch"
|
||||
"ghc-9.2-cabal-support-package-path.patch"))))
|
||||
(arguments
|
||||
|
@ -1475,7 +1475,7 @@ (define-public ghc-9.2
|
|||
version "/ghc-" version "-testsuite.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19ha0hidrijawy53vm2r0sgml5zkl8126mqy7p0pyacmw3k7913l"))
|
||||
"0cmmwhcwv9fjzvmgjj85d354858qqbmqfzaz5160xqj4yl9zk225"))
|
||||
(patches (search-patches "ghc-9.2-grep-warnings.patch"))))
|
||||
,@(filter (match-lambda
|
||||
(("ghc-bootstrap" . _) #f)
|
||||
|
|
Loading…
Reference in a new issue