mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: ghc-8.4.4: Build with gcc-13.
* gnu/packages/haskell.scm (ghc-8.4)[native-inputs]: Add gcc-13. Change-Id: I6e460725910199beb4e348cd70051b5e3a164a43
This commit is contained in:
parent
5e65c4721a
commit
0ae054278b
1 changed files with 4 additions and 1 deletions
|
@ -1099,7 +1099,10 @@ (define-public ghc-8.4
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i"))))
|
(base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i"))))
|
||||||
(native-inputs
|
(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
|
("python" ,python) ; for tests
|
||||||
("ghostscript" ,ghostscript) ; for tests
|
("ghostscript" ,ghostscript) ; for tests
|
||||||
;; GHC 8.4.4 is built with GHC >= 8.0.
|
;; GHC 8.4.4 is built with GHC >= 8.0.
|
||||||
|
|
Loading…
Reference in a new issue