Skip to content

Commit

Permalink
Update outdated dep bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed Oct 31, 2024
1 parent 3bdeb11 commit 855fb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shrun.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library
, exception-utils ^>=0.1
, exceptions ^>=0.10.4
, fdo-notify ^>=0.3.1
, hashable >=1.3.0.0 && <1.5
, hashable >=1.3.0.0 && <1.6
, mtl >=2.2.1 && <2.4
, nonempty-containers >=0.3.4.2 && <0.4
, optics-core ^>=0.4
Expand Down Expand Up @@ -210,7 +210,7 @@ test-suite unit
, base
, containers
, effects-time
, hedgehog >=1.0.2 && <1.5
, hedgehog >=1.0.2 && <1.6
, optparse-applicative
, shrun
, si-bytes
Expand Down Expand Up @@ -312,6 +312,6 @@ benchmark benchmarks
, effects-fs
, env-guard ^>=0.2
, shrun
, tasty-bench ^>=0.3
, tasty-bench >=0.3 && <0.5

hs-source-dirs: benchmarks

0 comments on commit 855fb92

Please sign in to comment.