-XHaskell98 to sync cabal.
This commit is contained in:
parent
b7945d8859
commit
9a8a1da3fb
2
Check.hs
2
Check.hs
@ -25,4 +25,4 @@ check opt fileName = withGHC $ checkIt `gcatch` handleErrMsg
|
|||||||
setTargetFile file
|
setTargetFile file
|
||||||
load LoadAllTargets
|
load LoadAllTargets
|
||||||
liftIO readLog
|
liftIO readLog
|
||||||
options = ["-Wall","-fno-warn-unused-do-bind"] ++ ghcOpts opt
|
options = ["-Wall","-fno-warn-unused-do-bind", "-XHaskell98"] ++ ghcOpts opt
|
||||||
|
Loading…
Reference in New Issue
Block a user