]> git.wincent.com - docvim.git/commitdiff
Prepare 0.3.1.1 for release
authorGreg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:34:38 +0000 (00:34 -0700)
committerGreg Hurrell <greg@hurrell.net>
Wed, 15 Jun 2016 07:34:38 +0000 (00:34 -0700)
Having tested compatibility with GHC 8.0.1.

docvim.cabal

index b30f850c9bd4e7b489096b1ed39f9c886de6722f..43ba16fa080a7b5653c9eea3ca7ebe6634faef21 100644 (file)
@@ -10,7 +10,7 @@ name:                docvim
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.1.0
+version:             0.3.1.1
 
 -- A short (one-line) description of the package.
 synopsis:            Documentation generator for Vim plug-ins
@@ -55,7 +55,7 @@ source-repository head
 source-repository this
   type:     git
   location: https://github.com/wincent/docvim.git
-  tag:      0.3.1.0
+  tag:      0.3.1.1
 
 executable docvim
   -- .hs or .lhs file containing the Main module.