diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -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.
diff --git a/hjsmin.cabal b/hjsmin.cabal
--- a/hjsmin.cabal
+++ b/hjsmin.cabal
@@ -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
