diff --git a/hasql-transaction.cabal b/hasql-transaction.cabal
--- a/hasql-transaction.cabal
+++ b/hasql-transaction.cabal
@@ -1,5 +1,5 @@
 name:          hasql-transaction
-version:       1.0.1.3
+version:       1.0.1.4
 category:      Hasql, Database, PostgreSQL
 synopsis:
   Composable abstraction over retryable transactions for Hasql
@@ -73,7 +73,7 @@
 
   build-depends:
       base >=4.12 && <5
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , bytestring-tree-builder >=0.2.7.8 && <0.3
     , contravariant >=1.3 && <2
     , contravariant-extras >=0.3 && <0.4
