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
If I run cabal build --help then the wrong default is listed for build-dir.
--builddir=DIR The directory where Cabal puts generated build
files (default dist)
I think this is because the builddir command is one inherited from the Setup.hs interface, where the default is dist. The default when using cabal-install is dist-newstyle.
The text was updated successfully, but these errors were encountered:
If I run
cabal build --help
then the wrong default is listed forbuild-dir
.I think this is because the
builddir
command is one inherited from theSetup.hs
interface, where the default isdist
. The default when usingcabal-install
isdist-newstyle
.The text was updated successfully, but these errors were encountered: