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
This is a task for a release of GHC beyond 8.2.2. Here's what's going on:
There is a bug with ghc-pkg, see Shadowed dependencies during builds with Cabal 2.0 WAS: cabal 2.0 and alex on macos haskell/cabal#4728
There is a patch on phabricator that will hopefully land after 8.2.2: https://phabricator.haskell.org/D4159
Reconfigure is currently forced when deps are rebuilt - Force reconfigure when deps are rebuilt #2781 #3503
So, this issue is tracking disabling the reconfigure workaround when upstream is fixed, as this will make builds faster.
The text was updated successfully, but these errors were encountered:
Disabled the shadowed dependencies workaround (fixes #3554)
2e1fdd6
See #4741
Sorry, something went wrong.
3cf6037
Merge pull request #4741 from commercialhaskell/3554-disable-shadowed…
94232e7
…-hack Disabled the shadowed dependencies workaround (fixes #3554)
No branches or pull requests
This is a task for a release of GHC beyond 8.2.2. Here's what's going on:
There is a bug with ghc-pkg, see Shadowed dependencies during builds with Cabal 2.0 WAS: cabal 2.0 and alex on macos haskell/cabal#4728
There is a patch on phabricator that will hopefully land after 8.2.2: https://phabricator.haskell.org/D4159
Reconfigure is currently forced when deps are rebuilt - Force reconfigure when deps are rebuilt #2781 #3503
So, this issue is tracking disabling the reconfigure workaround when upstream is fixed, as this will make builds faster.
The text was updated successfully, but these errors were encountered: