From f5d678d13dffc92b96a396780a41907e0c12ff78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri?= Date: Fri, 19 Jan 2024 10:10:46 +0100 Subject: [PATCH] Use latest major versions of dependencies * bytestring 0.12 * postgresql-simpe 0.7 * text 2.1 --- pg-entity.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pg-entity.cabal b/pg-entity.cabal index dc7c0f4..98bb0f0 100644 --- a/pg-entity.cabal +++ b/pg-entity.cabal @@ -105,14 +105,14 @@ library hs-source-dirs: src build-depends: , base >=4.12 && <5.0 - , bytestring ^>=0.11 + , bytestring ^>=0.12 , colourista ^>=0.1 , parsec ^>=3.1 , pg-transact ^>=0.3 - , postgresql-simple ^>=0.6 + , postgresql-simple ^>=0.7 , resource-pool ^>=0.4 , template-haskell >=2.15.0.0 && <2.22.0.0.0 - , text ^>=2.0 + , text ^>=2.1 , text-display ^>=0.0 , text-manipulate ^>=0.3 , time ^>=1.12