> runhaskell -fno-warn-unused-matches Myfile.hs
[some compile error]

> runhaskell -fno-warn-unused-matches Myfile.hs
[no output whatsoever but exit code 127]

> runhaskell -asdf Myfile.hs
ghc: unrecognised flags: -asdf

> runhaskell -fasdf Myfile.hs
[no output whatsoever but exit code 127]


Not sure if that's how it should work or missing error reporting?

Thanks
Niklas

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to