Skip to content

Commit

Permalink
Bump upper bound for various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jchia committed Feb 3, 2024
1 parent 5c91175 commit 94d7740
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion broadcast-chan-conduit/broadcast-chan-conduit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Library
ScopedTypeVariables
Trustworthy

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
, broadcast-chan == 0.3.0.*
, conduit >= 1.2 && < 1.4
, resourcet >= 1.1 && < 1.3
Expand Down
2 changes: 1 addition & 1 deletion broadcast-chan-pipes/broadcast-chan-pipes.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Library
Safe
ScopedTypeVariables

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
, broadcast-chan == 0.3.0.*
, pipes >= 4.1.6 && < 4.4
, pipes-safe >= 2.3.1 && < 2.4
Expand Down
10 changes: 5 additions & 5 deletions broadcast-chan-tests/broadcast-chan-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ Library
ScopedTypeVariables
Trustworthy

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
, async >= 2.1 && < 2.3
, broadcast-chan == 0.3.0
, clock >= 0.7 && < 0.9
, containers >= 0.4 && < 0.7
, optparse-applicative >= 0.12 && < 0.18
, containers >= 0.4 && < 0.8
, optparse-applicative >= 0.12 && < 0.19
, paramtree >= 0.1.1 && < 0.2
, stm >= 2.4 && < 2.6
, tagged == 0.8.*
, tasty >= 0.11 && < 1.5
, tasty >= 0.11 && < 1.6
, tasty-golden >= 2.0 && < 2.4
, tasty-hunit >= 0.9 && < 0.11
, tasty-travis >= 0.2 && < 0.3
, temporary >= 1.2 && < 1.4
, text >= 1.0 && < 1.3 || ^>= 2.0
, text >= 1.0 && < 1.3 || ^>= 2.0 || ^>= 2.1

if impl(ghc <= 7.10)
Build-Depends: transformers >= 0.2 && < 0.7
Expand Down
4 changes: 2 additions & 2 deletions broadcast-chan/broadcast-chan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Library
Trustworthy
TupleSections

Build-Depends: base >= 4.8 && < 4.19
Build-Depends: base >= 4.8 && < 4.20
, transformers >= 0.2 && < 0.7
, unliftio-core >= 0.1.1 && < 0.3

Expand All @@ -119,7 +119,7 @@ Common concurrent-benchmarks
Build-Depends: base
, async >= 2.0 && < 2.3
, criterion >= 1.2 && < 1.7
, deepseq >= 1.1 && < 1.5
, deepseq >= 1.1 && < 1.6
, stm >= 2.4 && < 2.6

Benchmark sync
Expand Down

0 comments on commit 94d7740

Please sign in to comment.