From 2d48ee3446858f08a8c75130c90d770c377569bd Mon Sep 17 00:00:00 2001 From: Drew Fenwick Date: Thu, 6 Jun 2024 17:10:16 +0100 Subject: [PATCH] Bumped outdated bounds (#106) --- proto3-wire.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto3-wire.cabal b/proto3-wire.cabal index 81af856..1a27dfb 100644 --- a/proto3-wire.cabal +++ b/proto3-wire.cabal @@ -37,13 +37,13 @@ library base >=4.12 && <=5.0 , bytestring >=0.10.6.0 && <0.13.0 , cereal >= 0.5.1 && <0.6 - , containers >=0.5 && < 0.7 + , containers >=0.5 && < 0.8 , deepseq >=1.4 && <1.6 , hashable <1.5 , parameterized >=0.5.0.0 && <1 - , primitive >=0.6.4 && <0.9 + , primitive >=0.6.4 && <0.10 , safe ==0.3.* - , template-haskell >= 2.15.0 && < 2.22 + , template-haskell >= 2.15.0 && < 2.23 , text >= 0.2 && <2.2 , text-short ==0.1.* , transformers >=0.5.6.2 && <0.7