Apparently I need to use GHC-9.10,
This is second time in short time that `./configure` doesn't correctly
check for GHC version.
Previous time is https://gitlab.haskell.org/ghc/ghc/-/issues/26328, that
was last week.
It is not the first nor the second time configure script is not updated
when the bootstrap compiler version range is changed.
As I asked on the ticket please setup the CI job which builds GHC with
the oldest supported booststrap compiler. These kind of issues should be
caught by CI.
- Oleg
On 28.8.2025 3.18, Oleg Grenrus wrote:
My build fails
Configuring ghci-9.15...
Error: [Cabal-8010]
Encountered missing or private dependencies:
ghc-internal >=9.1001.0 && <=9.1500.0
`ghci.cabal` indeed has
ghc-internal >= 9.1001.0 && <=9.1500.0,
and `ghc-internal.cabal` has
version: 9.1500.0
So what is happening?
My invocation is
./hadrian/build --build-root=_build_wip
--flavour=default+no_profiled_libs+omit_pragmas
_______________________________________________
ghc-devs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
_______________________________________________
ghc-devs mailing list -- [email protected]
To unsubscribe send an email to [email protected]