diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2015-05-08 13:15:38 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2015-05-08 13:15:38 +0200 |
commit | 74f524fc7e4818c09e43b1a8e4f6a942659b633d (patch) | |
tree | 2b2317f6eb949fc2f3d47e1b4924c87766ea2352 /cabal-helper.cabal | |
parent | 0777551ba8ed08cc1177b2e78cad9d5116a98673 (diff) |
Bump version to 0.3.4.0
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 12 |
1 files changed, 11 insertions, 1 deletions
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 |