From b9b8f8e7d849e82adf3adc9b2ea5bb3bb113f479 Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Mon, 31 Jul 2023 13:05:18 +0300 Subject: [PATCH] Relax the postgresql-libpq bound For compatibility reasons. --- hasql.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hasql.cabal b/hasql.cabal index 52db44b..f6f09cd 100644 --- a/hasql.cabal +++ b/hasql.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql -version: 1.6.3.1 +version: 1.6.3.2 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description: @@ -109,7 +109,7 @@ library , mtl >=2 && <3 , network-ip >=0.3.0.3 && <0.4 , postgresql-binary >=0.13.1 && <0.14 - , postgresql-libpq >=0.10 && <0.11 + , postgresql-libpq >=0.9 && <0.11 , profunctors >=5.1 && <6 , scientific >=0.3 && <0.4 , text >=1 && <3