You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A cabal.project.local written or changed by the user should not be overwritten by cabal configure.
See hpack for a technical solution using hashes: When it creates a cabal-file, it also stores its hash. It then won't overwrite the cabal file if its hash is no longer correct. The user has to delete the cabal file then if they want it to be updated by hpack.