diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 0.10.3.1
+* "attoparsec"-0.13 support
+
 # 0.10.3
 * GHC 7.10 support
 
diff --git a/hasql-postgres.cabal b/hasql-postgres.cabal
--- a/hasql-postgres.cabal
+++ b/hasql-postgres.cabal
@@ -1,7 +1,7 @@
 name:
   hasql-postgres
 version:
-  0.10.3
+  0.10.3.1
 synopsis:
   A "PostgreSQL" backend for the "hasql" library
 description:
@@ -75,7 +75,7 @@
     -- template haskell:
     template-haskell == 2.*,
     -- parsers:
-    attoparsec >= 0.10 && < 0.13,
+    attoparsec >= 0.10 && < 0.14,
     -- database:
     hasql-backend == 0.4.*,
     postgresql-binary == 0.5.*,
