From 3c48a6017b90f118b1458753dffb23e813b3c8af Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 11 May 2010 11:39:26 +0900 Subject: [PATCH] removing unnecessary deps. --- ghc-mod.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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