packages feed

docvim 0.3.1.4 → 0.3.1.5

raw patch · 2 files changed

+6/−6 lines, 2 filesdep ~docvim

Dependency ranges changed: docvim

Files

README.md view
@@ -223,8 +223,8 @@ vim docvim.cabal # Update version number in two places. vim CHANGELOG.md # Update, er, changelog. git commit -p # git tag, git push --follow-tags etc...-stack sdist --pvp-bounds both-stack upload --pvp-bounds both+bin/sdist+bin/upload ```  ## Links
docvim.cabal view
@@ -1,5 +1,5 @@ name: docvim-version: 0.3.1.4+version: 0.3.1.5 cabal-version: >=1.10 build-type: Simple license: MIT@@ -173,7 +173,7 @@ source-repository this     type: git     location: https://github.com/wincent/docvim.git-    tag: 0.3.1.4+    tag: 0.3.1.5  library     exposed-modules:@@ -223,7 +223,7 @@     main-is: Main.hs     build-depends:         base >=4.8.2.0 && <5,-        docvim >=0.3.1.4 && <0.4+        docvim >=0.3.1.5 && <0.4     default-language: Haskell2010     hs-source-dirs: src     ghc-options: -W -Wall@@ -247,7 +247,7 @@         deepseq >=1.4.1.1 && <1.5,         directory >=1.2.2.0 && <1.3,         dlist >=0.7.1.2 && <0.8,-        docvim >=0.3.1.4 && <0.4,+        docvim >=0.3.1.5 && <0.4,         filepath >=1.4.0.0 && <1.5,         lens ==4.13.*,         mtl >=2.2.1 && <2.3,