From 9a8a1da3fbd50a07ce9fe0a22c78393042b6ed01 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 6 Feb 2012 15:11:12 +0900 Subject: [PATCH] -XHaskell98 to sync cabal. --- Check.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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