+# 0.3.1.6 (18 June 2016)
+
+- Republish using only lower bounds to avoid getting blacklisted from Stackage.
+
# 0.3.1.5 (17 June 2016)
- Distribute signed package via Stackage.
# 0.3.1.4 (17 June 2016)
-- Add upper and low bounds to version constraints.
+- Add upper and lower bounds to version constraints.
# 0.3.1.3 (16 June 2016)
#!/bin/sh
-stack sdist --pvp-bounds both
+stack sdist --pvp-bounds lower
#!/bin/sh
-GPG_TTY=$(tty) stack upload --pvp-bounds both .
+GPG_TTY=$(tty) stack upload --pvp-bounds lower .
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
-version: 0.3.1.5
+version: 0.3.1.6
-- A short (one-line) description of the package.
synopsis: Documentation generator for Vim plug-ins
source-repository this
type: git
location: https://github.com/wincent/docvim.git
- tag: 0.3.1.5
+ tag: 0.3.1.6
executable docvim
-- .hs or .lhs file containing the Main module.