auto version gen.

This commit is contained in:
Kazu Yamamoto 2011-12-26 17:39:55 +09:00
parent d08fe8fc8a
commit fdc66396d4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
ghc-flymake.el ghc-command.el ghc-info.el
Executable ghc-mod
Main-Is: GHCMod.hs
Other-Modules: List Browse Cabal CabalDev Check Info Lang Lint Types ErrMsg
Other-Modules: List Browse Cabal CabalDev Check Info Lang Lint Types ErrMsg Paths_ghc_mod
if impl(ghc >= 6.12)
GHC-Options: -Wall -fno-warn-unused-do-bind
else