Open
Description
There should be one freeze file per GHC version (like there is a build directory per GHC version in v2-cabal). Otherwise, freeze does not work as expected in a multi-GHC environment. I expect cabal v2-freeze -w ghc-x.y.z
to work analogously to cabal v2-build -w ghc-x.y.z
.
Currently there is a single cabal.project.freeze
.
See also #2245.