Skip to content

Commit

Permalink
fixup my earlier upperbounds to bring back ^>=
Browse files Browse the repository at this point in the history
should make it easier to revert the upperbounds
  • Loading branch information
juhp committed Jan 18, 2024
1 parent dc92563 commit e4371b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-constraints/lts-22-build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ packages:
- tasty-hunit ^>= 0.10.1
- tasty-quickcheck ^>= 0.10.2
- tasty-smallcheck ^>= 0.8.2
- tasty-html < 0.4.2.2
- tasty-html ^>= 0.4.2.1 && < 0.4.2.2
- time-lens ^>= 0.4.0.2
- timezone-olson ^>= 0.2.1
- timezone-series ^>= 0.1.13
Expand Down Expand Up @@ -4756,7 +4756,7 @@ packages:
- solana-staking-csvs ^>= 0.1.2.0
- cointracking-imports ^>= 0.1.0.2
- binance-exports ^>= 0.1.2.0
- gemini-exports < 0.1.0.1
- gemini-exports ^>= 0.1.0.0 && < 0.1.0.1

"David Baynard <[email protected]> @dbaynard":
- time-qq
Expand Down Expand Up @@ -5360,7 +5360,7 @@ packages:
- buffer-builder ^>= 0.2.4.8
- byte-order ^>= 0.1.3.0
- byteable ^>= 0.1.1
- bytehash < 0.1.1.1
- bytehash ^>= 0.1.1.0 && < 0.1.1.1
- bytesmith ^>= 0.3.10.0
- bytestring-builder ^>= 0.10.8.2.0
- bzlib ^>= 0.5.1.0
Expand Down

0 comments on commit e4371b8

Please sign in to comment.