Skip to content

Commit

Permalink
raise lower bound on unordered containers
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jun 30, 2024
1 parent 313e144 commit d3f3343
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chainweb.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ library
, token-bucket >= 0.1
, transformers >= 0.5
, unliftio >= 0.2
, unordered-containers >= 0.2.16
, unordered-containers >= 0.2.20
, uuid >= 1.3.15
, wai >= 3.2.2.1
, wai-app-static >= 3.1.6.3
Expand Down Expand Up @@ -615,7 +615,7 @@ test-suite chainweb-tests
, time >= 1.12.2
, transformers >= 0.5
, unliftio >= 0.2.25
, unordered-containers >= 0.2.16
, unordered-containers >= 0.2.20
, vector >= 0.12.2
, wai >= 3.2
, wai-middleware-validation
Expand Down Expand Up @@ -796,7 +796,7 @@ executable cwtool
, time >= 1.9
, text >= 2.0
, unliftio >= 0.2.25
, unordered-containers >= 0.2.16
, unordered-containers >= 0.2.20
, vector >= 0.12.2
, wai >= 3.2
, wai-middleware-validation
Expand Down Expand Up @@ -862,6 +862,6 @@ benchmark bench
, crypton >= 0.31
, quickcheck-instances >= 0.3
, streaming-commons >= 0.2
, unordered-containers >= 0.2.16
, unordered-containers >= 0.2.20
, yet-another-logger >= 0.4.1
, pact-json >= 0.1

0 comments on commit d3f3343

Please sign in to comment.