From 6a50d5cdb5074dd72e3f31e377c58c11d32f2ca0 Mon Sep 17 00:00:00 2001 From: nomeata Date: Thu, 14 Sep 2023 09:43:33 +0000 Subject: [PATCH 1/2] Bumping 2 dependencies megaparsec >=9.2.1 && <9.3 || >=9.3.1 && <9.4 || >=9.4.1 && <9.5 (latest: 9.5.0) tasty >=1.4.3 && <1.5 (latest: 1.5) --- candid.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/candid.cabal b/candid.cabal index 5210f08..b560680 100644 --- a/candid.cabal +++ b/candid.cabal @@ -56,7 +56,7 @@ library transformers ^>=0.5.6 || ^>=0.6.1, hex-text ^>=0.1.0, digest ^>=0.0.1, - megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.4.1, + megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.4.1 || ^>=9.5.0, parser-combinators ^>=1.3.0, scientific ^>=0.3.7, cereal ^>=0.5.8, @@ -97,7 +97,7 @@ test-suite test ghc-options: -Wall -Wno-name-shadowing -rtsopts build-depends: base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0, - tasty ^>=1.4.3, + tasty ^>=1.4.3 || ^>=1.5, tasty-hunit ^>=0.10.0, tasty-smallcheck ^>=0.8.2, tasty-quickcheck ^>=0.10.2, From 37778f041b43ca9000d897515785930c01b6ffa8 Mon Sep 17 00:00:00 2001 From: nomeata Date: Thu, 14 Sep 2023 10:24:54 +0000 Subject: [PATCH 2/2] Update cabal bounds based on build plans --- candid.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/candid.cabal b/candid.cabal index b560680..d6ed7f4 100644 --- a/candid.cabal +++ b/candid.cabal @@ -56,7 +56,7 @@ library transformers ^>=0.5.6 || ^>=0.6.1, hex-text ^>=0.1.0, digest ^>=0.0.1, - megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.4.1 || ^>=9.5.0, + megaparsec ^>=9.2.1 || ^>=9.3.1 || ^>=9.5.0, parser-combinators ^>=1.3.0, scientific ^>=0.3.7, cereal ^>=0.5.8, @@ -122,7 +122,7 @@ test-suite doctest build-depends: base ^>=4.14.3 || ^>=4.15.1 || ^>=4.16.3 || ^>=4.17.0 || ^>=4.18.0, candid, - doctest ^>=0.20.1 || ^>=0.21.1 || ^>=0.22.0, + doctest ^>=0.20.1 || ^>=0.21.1 || ^>=0.22.1, row-types ^>=1.0.1, leb128-cereal ^>=1.2, prettyprinter ^>=1.7.1