Skip to content

Commit

Permalink
Raise upper bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Aug 22, 2024
1 parent 2379916 commit dc70b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions timeline.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ common deps
build-depends:
, base >=4.14.3 && <4.21
, containers >=0.6.5 && <0.7.1
, hedgehog >=1.1 && <1.5
, hedgehog >=1.1 && <1.6
, indexed-traversable >=0.1.2 && <0.2
, text ^>=1.2.4.1 || >=2.0 && <2.2
, text ^>=1.2.4.1 || ^>=2.0 || ^>=2.1
, time >=1.9.3 && <1.15

library
Expand Down Expand Up @@ -60,8 +60,8 @@ test-suite tests
build-tool-depends: tasty-discover:tasty-discover >=4.2 && <5.1
build-depends:
, bytestring >=0.10 && <0.13
, hashable ^>=1.4.2.0
, tasty >=1.4.3 && <1.6
, hashable ^>=1.4.2.0 || ^>=1.5
, tasty >=1.4.3 && <1.6
, tasty-golden ^>=2.3.5
, tasty-hedgehog >=1.2.0.0
, tasty-hunit ^>=0.10.0.3
Expand Down

0 comments on commit dc70b72

Please sign in to comment.