diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+# Version 0.4.0.1
+
+* Relax lower and upper dependencies on `text`.
+
+
 # Version 0.4.0
 
 * API revamped in order to support pipes-parse-3.0.*.
diff --git a/pipes-attoparsec.cabal b/pipes-attoparsec.cabal
--- a/pipes-attoparsec.cabal
+++ b/pipes-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:               pipes-attoparsec
-version:            0.4.0
+version:            0.4.0.1
 license:            BSD3
 license-file:       LICENSE
 copyright:          Copyright (c) Renzo Carbonara 2012-2014, Paolo Capriotti 2012
@@ -32,7 +32,7 @@
     , bytestring   (>=0.9.2.1  && <0.11)
     , pipes        (>=4.1      && <4.2)
     , pipes-parse  (>=3.0.1    && <3.1)
-    , text         (>=0.11.2.3 && <1.1)
+    , text         (>=0.11.2.0 && <1.2)
     , transformers (>=0.2      && <0.4)
   ghc-options: -Wall -O2
 
