hjsmin 0.1.4.5 → 0.1.4.6
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- README.markdown +2/−0
- hjsmin.cabal +2/−2
README.markdown view
@@ -30,6 +30,8 @@ Changes ------- +0.1.4.6 - relax upper bound in optparse-applicative+ 0.1.4.5 - relax upper bound in text to support 1.1 - introduce CLI wrapper for minifying files from the commandline, courtesy of @CodeBlock
hjsmin.cabal view
@@ -1,5 +1,5 @@ name: hjsmin-version: 0.1.4.5+version: 0.1.4.6 license: BSD3 license-file: LICENSE author: Alan Zimmerman <alan.zimm@gmail.com>@@ -44,7 +44,7 @@ , text >= 0.8 && < 1.2 , containers >= 0.2 && < 0.6 , language-javascript >= 0.5.1 && < 0.6- , optparse-applicative >= 0.7 && < 0.8+ , optparse-applicative >= 0.7 && < 0.9 Test-Suite test-hjsmin Type: exitcode-stdio-1.0