From 2304d9c51d74209628af52d39d41eaa54ac12917 Mon Sep 17 00:00:00 2001 From: nomeata Date: Thu, 1 Feb 2024 08:16:22 +0000 Subject: [PATCH] Bumping 2 dependencies containers >=0.6.4 && <0.7 (latest: 0.7) filepath >=1.4.2 && <1.5 (latest: 1.5.2.0) --- candid.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/candid.cabal b/candid.cabal index f4773ed..bec845a 100644 --- a/candid.cabal +++ b/candid.cabal @@ -61,7 +61,7 @@ library scientific ^>=0.3.7, cereal ^>=0.5.8, leb128-cereal ^>=1.2, - containers ^>=0.6.4, + containers ^>=0.6.4 || ^>=0.7, unordered-containers ^>=0.2.19, row-types ^>=1.0.1, constraints ^>=0.13.4 || ^>=0.14, @@ -111,7 +111,7 @@ test-suite test unordered-containers ^>=0.2.19, row-types ^>=1.0.1, directory ^>=1.3.6, - filepath ^>=1.4.2, + filepath ^>=1.4.2 || ^>=1.5.2, template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 || ^>=2.19.0 || ^>=2.20.0 || ^>=2.21.0 test-suite doctest