diff --git a/attoparsec-enumerator.cabal b/attoparsec-enumerator.cabal
--- a/attoparsec-enumerator.cabal
+++ b/attoparsec-enumerator.cabal
@@ -1,5 +1,5 @@
 name: attoparsec-enumerator
-version: 0.3.3
+version: 0.3.4
 license: MIT
 license-file: license.txt
 author: John Millikin <jmillikin@gmail.com>
@@ -44,7 +44,7 @@
 source-repository this
   type: git
   location: https://john-millikin.com/code/attoparsec-enumerator/
-  tag: attoparsec-enumerator_0.3.3
+  tag: attoparsec-enumerator_0.3.4
 
 library
   hs-source-dirs: lib
@@ -52,7 +52,7 @@
 
   build-depends:
       base >= 4.0 && < 5.0
-    , attoparsec >= 0.10 && < 0.13
+    , attoparsec >= 0.10 && < 0.14
     , bytestring >= 0.9
     , enumerator >= 0.4 && < 0.5
     , text
