From 8d512a3d9753eccdd56f21270c6a9552b196b8ec Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 15 Feb 2013 10:47:56 +0900 Subject: [PATCH] ver bumps up. --- ghc-mod.cabal | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 4383303..f5b5e8d 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,5 +1,5 @@ Name: ghc-mod -Version: 1.11.3 +Version: 1.11.4 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 @@ -19,13 +19,20 @@ Description: This packages includes Elisp files see or Category: Development -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.10 Build-Type: Simple Data-Dir: elisp Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el ghc-flymake.el ghc-command.el ghc-info.el ghc-ins-mod.el ghc-indent.el +Extra-Source-Files: test/data/*.cabal + test/data/*.hs + test/data/ghc-mod-check/*.hs + test/data/ghc-mod-check/*.cabal + test/data/ghc-mod-check/Data/*.hs + test/data/subdir1/subdir2/dummy Executable ghc-mod + Default-Language: Haskell2010 Main-Is: GHCMod.hs Other-Modules: Browse CabalApi @@ -63,6 +70,7 @@ Executable ghc-mod , transformers Test-Suite spec + Default-Language: Haskell2010 Main-Is: Spec.hs Hs-Source-Dirs: test, . Type: exitcode-stdio-1.0