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
For example, cabal new-install pandoc fails this assertion:
cabal new-install pandoc
cabal/cabal-install/Distribution/Client/ProjectPlanning.hs
Lines 241 to 245 in 52a7d51
This is easily fixed by setting the tests and benchmarks as disabled in every ElaboratedConfiguredPackage (or at an earlier stage) in CmdInstall.hs.
ElaboratedConfiguredPackage
CmdInstall.hs
The text was updated successfully, but these errors were encountered:
Disable tests and benchs by default on new-install
b51e260
And error if they are explicitly enabled, so we never try to install remote packages with tests and/or benchs. Fixes haskell#4855
805d886
fgaz
No branches or pull requests
For example,
cabal new-install pandoc
fails this assertion:cabal/cabal-install/Distribution/Client/ProjectPlanning.hs
Lines 241 to 245 in 52a7d51
This is easily fixed by setting the tests and benchmarks as disabled in every
ElaboratedConfiguredPackage
(or at an earlier stage) inCmdInstall.hs
.The text was updated successfully, but these errors were encountered: