removing unnecessary deps.

This commit is contained in:
Kazu Yamamoto 2010-05-11 11:39:26 +09:00
parent 6e4f91f2ca
commit 3c48a6017b
1 changed files with 2 additions and 3 deletions

View File

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