Skip to content

Commit

Permalink
nudge package versions for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wrengr committed Aug 29, 2024
1 parent 693aec1 commit 9fcfc1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.2.7.5 (2024-08-29):
* Technical Debt:
- Relaxed upper-bounds for the test suite
0.2.7.4 (2024-08-29):
* Technical Debt:
- Relaxed upper-bounds for GHC 9.10
Expand Down
10 changes: 5 additions & 5 deletions bytestring-trie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Cabal-Version: 2.2
----------------------------------------------------------------

Name: bytestring-trie
Version: 0.2.7.4
Version: 0.2.7.5
Build-Type: Simple
Stability: provisional
Homepage: https://wrengr.org/software/hackage.html
Expand Down Expand Up @@ -122,16 +122,16 @@ Test-Suite test-all
-- if we don't pass -any, then Cabal will fill in ">= 0 && <= $ThisVersion"
-- which will also give a warning.
Build-Depends: bytestring-trie -any
, tasty >= 0.10.1.2 && < 1.5
, tasty >= 0.10.1.2 && < 1.6
, tasty-smallcheck >= 0.8.0.1 && < 0.9
, tasty-quickcheck >= 0.8.3.2 && < 0.11
, tasty-quickcheck >= 0.8.3.2 && < 0.12
-- N.B., @tasty-hunit@ is just a partial API clone;
-- whereas @tasty-hunit-compat@ is a proper integration
-- with HUnit itself. Also, tasty-hunit-compat actually
-- depends on tasty-hunit; if you're wanting to minimize
-- dependencies.
, tasty-hunit < 0.11
, QuickCheck >= 2.10 && < 2.15
, QuickCheck >= 2.10 && < 2.16
, smallcheck >= 1.1.1 && < 1.3
-- lazysmallcheck >= 0.6 && < 0.7

Expand Down Expand Up @@ -163,7 +163,7 @@ Common bench-common
-- The parallel-3.2.2.0 package has metadata revisions
-- to allow building with base-4.18.
, criterion
, QuickCheck >= 2.10 && < 2.15
, QuickCheck >= 2.10 && < 2.16

Benchmark bench-Regression
Import: bench-common
Expand Down

0 comments on commit 9fcfc1f

Please sign in to comment.