From bb07f52a8a9163eafd95863438d20e5e0bb12279 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 2 Apr 2010 14:39:41 +0900 Subject: [PATCH] upgrade to GHC 6.12. --- List.hs | 1 - ghc-mod.cabal | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/List.hs b/List.hs index 8f082ef..25d6549 100644 --- a/List.hs +++ b/List.hs @@ -1,7 +1,6 @@ module List (listModules) where import Control.Applicative -import Data.Char import Data.List import Param import System.IO diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 5368c27..d88af9d 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -23,8 +23,8 @@ Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el ghc-flymake.el Executable ghc-mod Main-Is: GHCMod.hs - Other-Modules: List Browse Check Param - GHC-Options: -Wall + Other-Modules: List Browse Check Param Lang + GHC-Options: -Wall -fno-warn-unused-do-bind Build-Depends: base >= 4.0 && < 10, parsec >= 3, process, haskell-src-exts, directory, filepath