blob: 640122379e00ae2752b746213206cfc9d2849c05 (
plain) (
blame)
1
2
3
4
|
# -fdev enables building the helper "main" exe directly and enables more warnings
cabal new-configure --builddir="$build_dir" -fdev --enable-tests
cabal new-build --builddir="$build_dir"
cabal new-haddock --builddir="$build_dir"
|