Flags in cabal files
With cabal-2.1.0
you can do it like this:
cabal new-build -f debug
Pass the flags to cabal configure
, e.g.:
cabal configure -f debug
With cabal-2.1.0
you can do it like this:
cabal new-build -f debug
Pass the flags to cabal configure
, e.g.:
cabal configure -f debug