-XHaskell98 to sync cabal.

This commit is contained in:
Kazu Yamamoto 2012-02-06 15:11:12 +09:00
parent b7945d8859
commit 9a8a1da3fb
1 changed files with 1 additions and 1 deletions

View File

@ -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