File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ Bug-Reports: https://github.com/haskell/test-framework/issues
1515Build-Type : Simple
1616
1717Tested-With :
18- GHC == 9.8.1
19- GHC == 9.6.4
18+ GHC == 9.10.1
19+ GHC == 9.8.2
20+ GHC == 9.6.5
2021 GHC == 9.4.8
2122 GHC == 9.2.8
2223 GHC == 9.0.2
@@ -70,7 +71,7 @@ Library
7071 , containers >= 0.1 && < 0.8
7172 , regex-posix >= 0.72 && < 0.97
7273 , old-locale >= 1.0 && < 1.1
73- , time >= 1.1.2 && < 1.13
74+ , time >= 1.1.2 && < 1.15
7475 , xml >= 1.3.5 && < 1.4
7576 , hostname >= 1.0 && < 1.1
7677
@@ -122,7 +123,7 @@ Test-Suite test-framework-tests
122123
123124 -- Buildable: False
124125 Build-Depends : HUnit >= 1.2
125- , QuickCheck >= 2.3 && < 2.15
126+ , QuickCheck >= 2.3 && < 2.16
126127 , base >= 4.3
127128 , random >= 1.0
128129 , containers >= 0.1
Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ Homepage: http://batterseapower.github.com/test-framework/
1212Build-Type : Simple
1313
1414Tested-With :
15- GHC == 9.8.1
16- GHC == 9.6.4
15+ GHC == 9.10.1
16+ GHC == 9.8.2
17+ GHC == 9.6.5
1718 GHC == 9.4.8
1819 GHC == 9.2.8
1920 GHC == 9.0.2
@@ -41,6 +42,6 @@ Executable test-framework-example
4142
4243 Build-Depends : base >= 3 && < 5
4344 , HUnit >= 1.2 && < 1.7
44- , QuickCheck >= 2.4 && < 2.15
45+ , QuickCheck >= 2.4 && < 2.16
4546
4647 Ghc-Options : -threaded
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ Build-Type: Simple
1414Description : Allows @QuickCheck-2@ properties to be used with the </package/test-framework test-framework package> .
1515
1616Tested-With :
17- GHC == 9.8.1
18- GHC == 9.6.4
17+ GHC == 9.10.1
18+ GHC == 9.8.2
19+ GHC == 9.6.5
1920 GHC == 9.4.8
2021 GHC == 9.2.8
2122 GHC == 9.0.2
@@ -46,7 +47,7 @@ Library
4647 Exposed-Modules : Test.Framework.Providers.QuickCheck2
4748
4849 Build-Depends : test-framework == 0.8. *
49- , QuickCheck >= 2.4 && < 2.15
50+ , QuickCheck >= 2.4 && < 2.16
5051 , base >= 4.3 && < 5
5152 , extensible-exceptions >= 0.1.1 && < 0.2.0
5253 , random >= 1 && < 1.3
You can’t perform that action at this time.
0 commit comments