hjsmin 0.1.2 → 0.1.3
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers
API changes (from Hackage documentation)
Files
- README.markdown +2/−0
- hjsmin.cabal +4/−4
README.markdown view
@@ -28,6 +28,8 @@ Changes ------- +0.1.3 - Update version ranges for GHC 7.6.1, courtesy of @mietek + 0.1.2 - More general fix to the space after 'new' keyword, for issue #8 & #9 0.1.1 - Fixed problem with missing space after 'new' keyword, in issue #8.
hjsmin.cabal view
@@ -1,5 +1,5 @@ name: hjsmin-version: 0.1.2+version: 0.1.3 license: BSD3 license-file: LICENSE author: Alan Zimmerman <alan.zimm@gmail.com>@@ -21,10 +21,10 @@ library build-depends: base >= 4 && < 5- , bytestring >= 0.9 && < 0.10+ , bytestring >= 0.9 && < 0.11 , blaze-builder >= 0.2 && < 1 , text >= 0.8 && < 1- , containers >= 0.2 && < 0.5+ , containers >= 0.2 && < 0.6 , language-javascript >= 0.5.1 && < 0.6 exposed-modules: Text.Jasmine other-modules: Text.Jasmine.Pretty@@ -40,7 +40,7 @@ , test-framework , test-framework-hunit , base >= 4 && < 5- , bytestring >= 0.9 && < 0.10+ , bytestring >= 0.9 && < 0.11 , blaze-builder >= 0.2 && < 1 , text >= 0.8 && < 1 , containers >= 0.2 && < 0.5