From 74f524fc7e4818c09e43b1a8e4f6a942659b633d Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Fri, 8 May 2015 13:15:38 +0200 Subject: Bump version to 0.3.4.0 --- cabal-helper.cabal | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 730275c..9865c7a 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -1,5 +1,5 @@ name: cabal-helper -version: 0.3.3.0 +version: 0.3.4.0 synopsis: Simple interface to Cabal's configuration state used by ghc-mod description: @cabal-helper@ provides a library which wraps the internal use of executables @@ -73,3 +73,13 @@ Executable cabal-helper-wrapper , transformers , template-haskell , temporary + + +Test-Suite spec + Default-Language: Haskell2010 + Type: exitcode-stdio-1.0 + Main-Is: Spec.hs + Hs-Source-Dirs: tests + GHC-Options: -Wall + Build-Depends: base >= 4.5 && < 5 + , cabal-helper -- cgit v1.2.3