From 3c10863bcd4009e3803a13d1f0d4ba4a2d7ffdd1 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Sun, 25 Aug 2024 13:42:45 -0400 Subject: [PATCH] Allow postgresql-libpq-0.11 --- beam-postgres/beam-postgres.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beam-postgres/beam-postgres.cabal b/beam-postgres/beam-postgres.cabal index cfddfc74..89f856cf 100644 --- a/beam-postgres/beam-postgres.cabal +++ b/beam-postgres/beam-postgres.cabal @@ -36,7 +36,7 @@ library beam-core >=0.10 && <0.11, beam-migrate >=0.5 && <0.6, - postgresql-libpq >=0.8 && <0.11, + postgresql-libpq >=0.8 && <0.12, postgresql-simple >=0.5 && <0.8, text >=1.0 && <2.2,