We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When switching between ghc versions, cabal 1.24 gets confused about the location of the package directory and reports:
Process failed: cabal sandbox hc-pkg recache (exit code: 1)
This can be fixed with cabal configure, mafia should recognise this situation and do it automatically.
cabal configure
The text was updated successfully, but these errors were encountered:
Is there any harm in just running configure every time?
configure
Sorry, something went wrong.
not sure yet, I suspect it will rebuild everything
No branches or pull requests
When switching between ghc versions, cabal 1.24 gets confused about the location of the package directory and reports:
This can be fixed with
cabal configure
, mafia should recognise this situation and do it automatically.The text was updated successfully, but these errors were encountered: