From 25a14b0c92a5ad7e9be0f6eb9dc4ba562331f34b Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sun, 28 Jul 2024 08:37:48 +0300 Subject: [PATCH] Update the hasql deps and styllize the others --- hasql-cursor-transaction.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hasql-cursor-transaction.cabal b/hasql-cursor-transaction.cabal index 79e8629..52fcf72 100644 --- a/hasql-cursor-transaction.cabal +++ b/hasql-cursor-transaction.cabal @@ -68,9 +68,9 @@ library base >=4.9 && <5, base-prelude >=1 && <2, bytestring >=0.10 && <0.14, - bytestring-tree-builder >=0.2 && <0.3, + bytestring-tree-builder ^>=0.2, contravariant >=1.5 && <2, - contravariant-extras >=0.3.5.4 && <0.4, - hasql ^>=1.6.4.1, + contravariant-extras ^>=0.3.5.4, + hasql ^>=1.8, hasql-transaction ^>=1.1, transformers >=0.4 && <0.7,