Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC
Commits:
-
a5cb420a
by Wolfgang Jeltsch at 2026-08-11T12:12:07+03:00
1 changed file:
Changes:
| ... | ... | @@ -47,7 +47,7 @@ do |
| 47 | 47 | >${ghc_version}.tar.xz
|
| 48 | 48 | tar -xJf ${ghc_version}.tar.xz
|
| 49 | 49 | cd ghc-${ghc_version}-*
|
| 50 | - ./configure --prefix "${project_root}/opt/${ghc_version}"
|
|
| 50 | + ./configure --prefix "${project_root}/other-ghcs/opt/${ghc_version}"
|
|
| 51 | 51 | make install
|
| 52 | 52 | cd ${project_root}
|
| 53 | 53 |