diff --git a/html-entities.cabal b/html-entities.cabal
--- a/html-entities.cabal
+++ b/html-entities.cabal
@@ -1,14 +1,14 @@
 name:
   html-entities
 version:
-  1.0.1.0
+  1.0.1.1
 synopsis:
   A codec library for HTML-escaped text and HTML-entities
 description:
   This library provides the following APIs for coding and decoding of
   HTML-escaped text:
   .
-  * "attoparsec" parser
+  * \"attoparsec\" parser
   .
   * Text decoder
   .
@@ -54,8 +54,8 @@
     HTMLEntities.Decoder
   build-depends:
     unordered-containers == 0.2.*,
-    text >= 1 && < 1.3,
-    attoparsec >= 0.10 && < 0.13,
+    text >= 1 && < 2,
+    attoparsec >= 0.10 && < 0.14,
     base-prelude >= 0.1.19 && < 0.2
   ghc-options:
     -funbox-strict-fields
