extract Extensions: and Default-Language: from a Cabal file.

This commit is contained in:
Kazu Yamamoto
2012-02-14 18:25:21 +09:00
parent 1f4f7d768a
commit 13013445e3
2 changed files with 51 additions and 41 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", "-XHaskell98"] ++ ghcOpts opt
options = ["-Wall","-fno-warn-unused-do-bind"] ++ ghcOpts opt