From c19dfe59d8aa60cb1176093317b3b8fd14ac07a4 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 11 May 2024 17:41:04 +0100 Subject: [PATCH] Bump base and containers (to support GHC 9.10) --- tomland.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomland.cabal b/tomland.cabal index bec8794..1e3529f 100644 --- a/tomland.cabal +++ b/tomland.cabal @@ -59,7 +59,7 @@ flag build-play-tomland manual: True common common-options - build-depends: base >= 4.11 && < 4.20 + build-depends: base >= 4.11 && < 4.21 ghc-options: -Wall -Wcompat @@ -226,7 +226,7 @@ test-suite tomland-test Test.Toml.Property build-depends: bytestring - , containers >= 0.5.7 && < 0.7 + , containers >= 0.5.7 && < 0.8 , hashable , hedgehog >= 1.0.1 && < 1.5 , hspec >= 2.7.1 && < 2.12