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
Examples:
cabal configure --with-compiler ghc-7.10.3
Adjust the project configuration to use the given compiler
program and check the resulting configuration works.
cabal configure
Reset the local configuration to empty and check the overall
project configuration works.
but the "check the resulting configuration works" is not true any more, because that functionality has been removed. Now 'cabal build' does that as part of the build process.
The text was updated successfully, but these errors were encountered:
Commandline docs for
cabal configure
saybut the "check the resulting configuration works" is not true any more, because that functionality has been removed. Now 'cabal build' does that as part of the build process.
The text was updated successfully, but these errors were encountered: