Skip to content

Commit 609f6b3

Browse files
erikdandreasabel
authored andcommitted
Make it build with ghc-9.10
1 parent 9513ffe commit 609f6b3

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

core/test-framework.cabal

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ Bug-Reports: https://github.com/haskell/test-framework/issues
1515
Build-Type: Simple
1616

1717
Tested-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

example/test-framework-example.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ Homepage: http://batterseapower.github.com/test-framework/
1212
Build-Type: Simple
1313

1414
Tested-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

quickcheck2/test-framework-quickcheck2.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Build-Type: Simple
1414
Description: Allows @QuickCheck-2@ properties to be used with the </package/test-framework test-framework package>.
1515

1616
Tested-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

0 commit comments

Comments
 (0)