From adb6e9055a8d08b764003dc8abc35db49472339e Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 21 Jan 2024 16:33:16 +0100 Subject: [PATCH 1/2] Remove unused bytestring dependency from tests --- configurator-pg.cabal | 1 - 1 file changed, 1 deletion(-) diff --git a/configurator-pg.cabal b/configurator-pg.cabal index 9393e3a..fb678d2 100644 --- a/configurator-pg.cabal +++ b/configurator-pg.cabal @@ -51,7 +51,6 @@ test-suite tests build-depends: base >= 4.9 && < 4.20 , configurator-pg , HUnit >= 1.3.1.2 && < 1.7 - , bytestring >= 0.10.6 && < 0.12 , filepath >= 1.4 && < 1.5 , protolude >= 0.1.10 && < 0.4 , test-framework >= 0.8.1.1 && < 0.9 From 89fd7e500d1886abaa90af40eeffae648b27a760 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 21 Jan 2024 16:33:30 +0100 Subject: [PATCH 2/2] Allow megaparsec 9.6.x --- configurator-pg.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator-pg.cabal b/configurator-pg.cabal index fb678d2..96eb6c5 100644 --- a/configurator-pg.cabal +++ b/configurator-pg.cabal @@ -34,7 +34,7 @@ library Data.Configurator.Syntax Data.Configurator.Types build-depends: base >= 4.9 && < 4.20 - , megaparsec >= 7.0.0 && < 9.6 + , megaparsec >= 7.0.0 && < 9.7 , containers >= 0.5.6.2 && < 0.7 , protolude >= 0.1.10 && < 0.4 , scientific >= 0.3.4.9 && < 0.4