diff --git a/Check.hs b/Check.hs index 4dd9cf1..a9b4abe 100644 --- a/Check.hs +++ b/Check.hs @@ -25,4 +25,4 @@ check opt fileName = withGHC $ checkIt `gcatch` handleErrMsg setTargetFile file load LoadAllTargets liftIO readLog - options = ["-Wall","-fno-warn-unused-do-bind"] ++ ghcOpts opt + options = ["-Wall","-fno-warn-unused-do-bind", "-XHaskell98"] ++ ghcOpts opt