janneke pushed a commit to branch core-packages-team
in repository guix.
commit 52a7b09b192da06164f74be7673bdc86bf81da0f
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sat Jan 4 09:02:50 2025 +0100
gnu: ghc-8.4.4: Build with gcc-13.
* gnu/packages/haskell.scm (ghc-8.4)[native-inputs]: Add gcc-13.
Change-Id: I6e460725910199beb4e348cd70051b5e3a164a43
---
gnu/packages/haskell.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 091be7eb21..8a232e9f6c 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1099,7 +1099,10 @@ interactive environment for the functional language
Haskell.")
(sha256
(base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i"))))
(native-inputs
- `(("perl" ,perl)
+ `(("gcc" ,gcc-13) ; does not compile with gcc-14 and
adding
+ ;
-Wno-error=incompatible-pointer-types
+ ; at the appropriate stages is
difficult
+ ("perl" ,perl)
("python" ,python) ; for tests
("ghostscript" ,ghostscript) ; for tests
;; GHC 8.4.4 is built with GHC >= 8.0.