diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.1.1
+
+* Relax overly strict attoparsec requirement.
+
 ## 0.1.0
 
 * Initial release.
diff --git a/codec-rpm.cabal b/codec-rpm.cabal
--- a/codec-rpm.cabal
+++ b/codec-rpm.cabal
@@ -1,5 +1,5 @@
 name:               codec-rpm
-version:            0.1.0
+version:            0.1.1
 synopsis:           A library for manipulating RPM files
 description:        This module provides a library for reading RPM files and converting them
                     into useful data structures.  There is currently no way to operate in
@@ -34,7 +34,7 @@
 
     other-modules:      Codec.RPM.Internal.Numbers
 
-    build-depends:      attoparsec >= 0.12.1.4 && < 0.13,
+    build-depends:      attoparsec >= 0.12.1.4 && < 0.14,
                         attoparsec-binary >= 0.2 && < 0.3,
                         base >= 4.7 && < 5.0,
                         bytestring >= 0.10 && < 0.11,
