upgrade to GHC 6.12.

This commit is contained in:
Kazu Yamamoto 2010-04-02 14:39:41 +09:00
parent c574a48055
commit bb07f52a8a
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
module List (listModules) where
import Control.Applicative
import Data.Char
import Data.List
import Param
import System.IO

View File

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