docvim 0.3.0.0 → 0.3.1.0
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- docvim.cabal +3/−3
docvim.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.3.0.0+version: 0.3.1.0 -- A short (one-line) description of the package. synopsis: Documentation generator for Vim plug-ins@@ -55,7 +55,7 @@ source-repository this type: git location: https://github.com/wincent/docvim.git- tag: 0.3.0.0+ tag: 0.3.1.0 executable docvim -- .hs or .lhs file containing the Main module.@@ -118,7 +118,7 @@ , Text.Docvim.Visitor.Plugin , Text.Docvim.Visitor.Section , Text.Docvim.Visitor.Symbol- , Paths_docvim+ other-modules: Paths_docvim ghc-options: -W -Wall hs-source-dirs: lib