Haskell compiler flags?

What compiler flags are used when compiling Haskell programs?

ghc -w -O1 -B/usr/lib/ghc /tmp/Answer.hs -o /tmp/Answer

1 Like