diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-06-09 11:36:16 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-06-10 17:03:20 +0300 |
| commit | 97044e99f6c6e35971210201cd197113387dce99 (patch) | |
| tree | 55ae919d09e75c15df3d3791c512ceecac47e484 /gnu/packages/haskell.scm | |
| parent | 7d2ae2c1c1eec77069d85f26e36734a26c101d14 (diff) | |
gnu: ghc-6.10: Fix build.
* gnu/packages/haskell.scm (ghc-6.10)[native-inputs]: Add gcc-4.8.
Change-Id: I29dcc070c6155f3c12a0d4a1c227ee47b5ed2c45
Diffstat (limited to 'gnu/packages/haskell.scm')
| -rw-r--r-- | gnu/packages/haskell.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cac7fd56747..75c3be90441 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell.scm | |||
| @@ -736,7 +736,7 @@ interactive environment for the functional language Haskell.") | |||
| 736 | (inputs | 736 | (inputs |
| 737 | (list gmp libffi)) | 737 | (list gmp libffi)) |
| 738 | (native-inputs | 738 | (native-inputs |
| 739 | (list perl ghc-6.6)) | 739 | (list perl gcc-4.8 ghc-6.6)) |
| 740 | (home-page "https://www.haskell.org/ghc") | 740 | (home-page "https://www.haskell.org/ghc") |
| 741 | (synopsis "The Glasgow Haskell Compiler") | 741 | (synopsis "The Glasgow Haskell Compiler") |
| 742 | (description | 742 | (description |
