diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@
 -------
 
 ```
+0.5.13.2 Fix utf8-string lower bound typo
+
 0.5.13.1 Bump utf8-string dependency upper bound, and loosen others
 
 0.5.13 Put GHC 7.8.x -specific alex and happy versions, thanks
diff --git a/language-javascript.cabal b/language-javascript.cabal
--- a/language-javascript.cabal
+++ b/language-javascript.cabal
@@ -1,5 +1,5 @@
 Name:                language-javascript
-Version:             0.5.13.1
+Version:             0.5.13.2
 Synopsis:            Parser for JavaScript
 Description:         Parses Javascript into an Abstract Syntax Tree (AST).  Initially intended as frontend to hjsmin.
                      .
@@ -36,7 +36,7 @@
                    -- For the round trip output
                    , blaze-builder    >= 0.2
                    , bytestring       >= 0.9.1
-                   , utf8-string      >= 0.37 && < 2
+                   , utf8-string      >= 0.3.7 && < 2
   if impl(ghc >= 7.8)
     build-tools:       happy >= 1.19, alex >= 3.1
   else
