diff --git a/ghc-mod.cabal b/ghc-mod.cabal index ee99a1b..87e381d 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -23,14 +23,13 @@ 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 Lang Types + Other-Modules: List Browse Check Lang Lint Types if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else GHC-Options: -Wall Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, - parsec >= 3, process, haskell-src-exts, - directory, filepath + process, directory, filepath Source-Repository head Type: git Location: git://github.com/kazu-yamamoto/ghc-mod.git