[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: ghc-9.2: Update to 9.2.8.
From: |
guix-commits |
Subject: |
02/03: gnu: ghc-9.2: Update to 9.2.8. |
Date: |
Fri, 28 Jun 2024 03:18:13 -0400 (EDT) |
lbraun pushed a commit to branch haskell-team
in repository guix.
commit 9409e6d937c9c5a6ba3e3d89ed7be90243443951
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat May 25 12:22:34 2024 +0200
gnu: ghc-9.2: Update to 9.2.8.
* gnu/packages/haskell.scm (ghc-9.2): Update to 9.2.8.
Change-Id: I4cbb48ad166f893a5b7c707505a77effce208b86
---
gnu/packages/haskell.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 9a158c0151..57696aeead 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1436,14 +1436,14 @@ interactive environment for the functional language
Haskell.")
(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 @@ interactive environment for the functional language
Haskell.")
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)