From b32f3db6f8d36ea0708fb2f371f62d439ea45b42 Mon Sep 17 00:00:00 2001 From: alexfmpe <2335822+alexfmpe@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:50:03 +0000 Subject: [PATCH] Bump outdated bounds (#109) --- proto3-wire.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto3-wire.cabal b/proto3-wire.cabal index 1a27dfb..b88eeba 100644 --- a/proto3-wire.cabal +++ b/proto3-wire.cabal @@ -39,7 +39,7 @@ library , cereal >= 0.5.1 && <0.6 , containers >=0.5 && < 0.8 , deepseq >=1.4 && <1.6 - , hashable <1.5 + , hashable <1.6 , parameterized >=0.5.0.0 && <1 , primitive >=0.6.4 && <0.10 , safe ==0.3.* @@ -77,12 +77,12 @@ test-suite tests base >=4.9 && <=5.0 , bytestring >=0.10.6.0 && <0.13.0 , cereal >= 0.5.1 && <0.6 - , doctest >= 0.7.0 && <0.23.0 + , doctest >= 0.7.0 && <0.24.0 , proto3-wire , QuickCheck >=2.8 && <3.0 , tasty >= 0.11 && <1.6 , tasty-hunit >= 0.9 && <0.11 - , tasty-quickcheck >= 0.8.4 && <0.11 + , tasty-quickcheck >= 0.8.4 && <0.12 , text >= 0.2 && <2.2 , text-short ==0.1.* , transformers >=0.5.6.2 && <0.7