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