packages feed

hjsmin 0.1.4.3 → 0.1.4.4

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~text

Dependency ranges changed: text

Files

README.markdown view
@@ -30,6 +30,8 @@ Changes ------- +0.1.4.4 - relax upper bound in text to support 1.0+ 0.1.4.3 - make sure all missing cases are covered  0.1.4.2 - minify octal literals too
hjsmin.cabal view
@@ -1,5 +1,5 @@ name:            hjsmin-version:         0.1.4.3+version:         0.1.4.4 license:         BSD3 license-file:    LICENSE author:          Alan Zimmerman <alan.zimm@gmail.com>@@ -27,7 +27,7 @@     build-depends:   base                >= 4       && < 5                    , bytestring          >= 0.9     && < 0.11                    , blaze-builder       >= 0.2     && < 1-                   , text                >= 0.8     && < 1+                   , text                >= 0.8     && < 1.1                    , containers          >= 0.2     && < 0.6                    , language-javascript >= 0.5.1   && < 0.6     exposed-modules: Text.Jasmine