summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell.scm
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2025-01-03 19:21:22 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:24 +0200
commitd133d65fed39d3a0557baadc5c227478a92eb88c (patch)
tree8513bde02bee23b896e6c59a28bae783509233aa /gnu/packages/haskell.scm
parente6e9332be57d4781fbeda88c8c9e7259e718d0ea (diff)
gnu: ghc-8.0.2: Build with gcc-13.
* gnu/packages/haskell.scm (ghc-8.0)[native-inputs]: Add gcc-13. Change-Id: I22970808629d5b2c64891608a235fc967d19a960
Diffstat (limited to 'gnu/packages/haskell.scm')
-rw-r--r--gnu/packages/haskell.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 806eda79352..091be7eb219 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -1003,7 +1003,10 @@ interactive environment for the functional language Haskell.")
1003 ;; <https://gitlab.haskell.org/ghc/ghc/-/issues/20051>. 1003 ;; <https://gitlab.haskell.org/ghc/ghc/-/issues/20051>.
1004 (list gmp ncurses libffi-sans-static-trampolines)) 1004 (list gmp ncurses libffi-sans-static-trampolines))
1005 (native-inputs 1005 (native-inputs
1006 `(("perl" ,perl) 1006 `(("gcc" ,gcc-13) ; does not compile with gcc-14 and adding
1007 ; -Wno-error=incompatible-pointer-types
1008 ; at the appropriate stages is difficult
1009 ("perl" ,perl)
1007 ("python" ,python-2) ; for tests 1010 ("python" ,python-2) ; for tests
1008 ("ghostscript" ,ghostscript) ; for tests 1011 ("ghostscript" ,ghostscript) ; for tests
1009 ;; GHC is built with GHC. 1012 ;; GHC is built with GHC.