[Haskell-cafe] Issue building with ghc-9.8.2 and packages unix, directory, filepath and os-string
Daniel Trstenjak
daniel.trstenjak at gmail.com
Fri May 31 20:57:22 UTC 2024
Hi Andrew,
> --allow-newer is a blunt instrument, not much surprise it fails. Use a more precise incantation: cabal build --allow-newer='cabal-bounds:*,cabal-lenses:*’ works fine for me.
thanks for the hint, but how can this compile error occur if cabal can resolve the
dependencies? I would‘ve thought, that the dependency resolution would fail before.
Greetings,
Daniel
More information about the Haskell-Cafe
mailing list