[Haskell-cafe] Project builds with stack, not with cabal. How to diagnose?

Daniel Trstenjak daniel.trstenjak at gmail.com
Mon Feb 1 09:10:33 UTC 2021


Hi Han,

because stack uses the cabal library for the building of the project, it
might be possible to use cabal-bounds[1] to update the version bounds of
the dependencies in the cabal file, after a stack build has been executed.

So just calling 'cabal-bounds update' might do the job.

Greetings,
Daniel

[1] https://github.com/dan-t/cabal-bounds


More information about the Haskell-Cafe mailing list