aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2016-05-16 22:54:52 +0200
committerDaniel Gröber <dxld@darkboxed.org>2016-05-17 00:23:48 +0200
commitab083b93cfe9ef630a9ea296a8eda6db67210ec5 (patch)
tree3a841be0c5318f24362f156be25aa0b0e9c75807 /cabal-helper.cabal
parent863309ef591ee7437651a8d9d36a2d1e581c41ed (diff)
Add version to wrapper exe to ease upgrades
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 054ec1d..40defed 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -1,5 +1,5 @@
name: cabal-helper
-version: 0.7.0.1
+version: 0.7.1.0
synopsis: Simple interface to some of Cabal's configuration state used by ghc-mod
description:
@cabal-helper@ provides a library which wraps the internal use of an
@@ -57,7 +57,7 @@ library
, process
, ghc-prim
-Executable cabal-helper-wrapper
+Executable cabal-helper-wrapper-v0.7
Default-Language: Haskell2010
Other-Extensions: TemplateHaskell
Main-Is: CabalHelper/Wrapper.hs