From 9097f6c16914ccea066f697ad6106e878f5c7478 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 24 Nov 2011 12:09:09 +0900 Subject: [PATCH] adding CabalDev. --- ghc-mod.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index cf47f3f..736c738 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -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 Check Info Lang Lint Types ErrMsg + Other-Modules: List Browse Cabal CabalDev Check Info Lang Lint Types ErrMsg if impl(ghc >= 6.12) GHC-Options: -Wall -fno-warn-unused-do-bind else