Skip to content

Commit

Permalink
Bump outdated bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 12, 2025
1 parent 2d48ee3 commit 9b20abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto3-wire.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9b20abe

Please sign in to comment.