diff options
| author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2025-01-04 09:02:50 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:24 +0200 |
| commit | 78b4fb1ef0dd9acad6e12f1b0eaa72b3fe382385 (patch) | |
| tree | eb77f06ac2fc5a6c178b8f10bd33c4b99e981252 /gnu/packages/haskell.scm | |
| parent | d133d65fed39d3a0557baadc5c227478a92eb88c (diff) | |
gnu: ghc-8.4.4: Build with gcc-13.
* gnu/packages/haskell.scm (ghc-8.4)[native-inputs]: Add gcc-13.
Change-Id: I6e460725910199beb4e348cd70051b5e3a164a43
Diffstat (limited to 'gnu/packages/haskell.scm')
| -rw-r--r-- | gnu/packages/haskell.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 091be7eb219..8a232e9f6cd 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -1099,7 +1099,10 @@ interactive environment for the functional language Haskell.") | |||
| 1099 | (sha256 | 1099 | (sha256 |
| 1100 | (base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i")))) | 1100 | (base32 "1ch4j2asg7pr52ai1hwzykxyj553wndg7wq93i47ql4fllspf48i")))) |
| 1101 | (native-inputs | 1101 | (native-inputs |
| 1102 | `(("perl" ,perl) | 1102 | `(("gcc" ,gcc-13) ; does not compile with gcc-14 and adding |
| 1103 | ; -Wno-error=incompatible-pointer-types | ||
| 1104 | ; at the appropriate stages is difficult | ||
| 1105 | ("perl" ,perl) | ||
| 1103 | ("python" ,python) ; for tests | 1106 | ("python" ,python) ; for tests |
| 1104 | ("ghostscript" ,ghostscript) ; for tests | 1107 | ("ghostscript" ,ghostscript) ; for tests |
| 1105 | ;; GHC 8.4.4 is built with GHC >= 8.0. | 1108 | ;; GHC 8.4.4 is built with GHC >= 8.0. |
