mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ghc-8.0.2: Build with gcc-13.
* gnu/packages/haskell.scm (ghc-8.0)[native-inputs]: Add gcc-13. Change-Id: I22970808629d5b2c64891608a235fc967d19a960
This commit is contained in:
parent
e6e9332be5
commit
d133d65fed
1 changed files with 4 additions and 1 deletions
|
@ -1003,7 +1003,10 @@ interactive environment for the functional language Haskell.")
|
|||
;; <https://gitlab.haskell.org/ghc/ghc/-/issues/20051>.
|
||||
(list gmp ncurses libffi-sans-static-trampolines))
|
||||
(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-2) ; for tests
|
||||
("ghostscript" ,ghostscript) ; for tests
|
||||
;; GHC is built with GHC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue