File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11## (Unreleased)
22
3+ * Allow ` QuickCheck 2.17 ` and ` tasty-bench 0.5 `
34* Support GHC 9.14: allow ` base 4.22 `
45* Support GHC 9.12: allow ` base 4.21 ` and ` ghc-prim 0.13 `
56* Support GHC 9.4 and 9.6: allow ` base 4.18 ` and ` ghc-prim 0.10 `
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ test-suite extras
114114 test
115115 ghc-options : -Wall -fwarn-identities -fwarn-incomplete-record-updates -fwarn-incomplete-uni-patterns -fwarn-tabs
116116 build-depends :
117- QuickCheck >= 2.1 && < 2.16
117+ QuickCheck >= 2.1 && < 2.18
118118 , base
119119 , deepseq >= 1.1 && < 1.6
120120 , text
@@ -192,7 +192,7 @@ benchmark bench
192192 if flag(use-gauge)
193193 build-depends : gauge >= 0.2.0 && < 0.3
194194 else
195- build-depends : tasty-bench>= 0.2.5 && < 0.5
195+ build-depends : tasty-bench>= 0.2.5 && < 0.6
196196 mixins : tasty-bench (Test.Tasty.Bench as Gauge.Main)
197197 if flag(dev)
198198 ghc-options : -O0
You can’t perform that action at this time.
0 commit comments