upgrade to GHC 6.12.
This commit is contained in:
parent
c574a48055
commit
bb07f52a8a
1
List.hs
1
List.hs
@ -1,7 +1,6 @@
|
||||
module List (listModules) where
|
||||
|
||||
import Control.Applicative
|
||||
import Data.Char
|
||||
import Data.List
|
||||
import Param
|
||||
import System.IO
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user