@@ -60,15 +60,15 @@ test-suite unit-tests
60
60
, Cabal-QuickCheck
61
61
, containers
62
62
, deepseq
63
- , Diff >= 0.4 && < 0.5
63
+ , Diff >= 0.4 && < 0.6
64
64
, directory
65
65
, filepath
66
66
, integer-logarithms >= 1.0.2 && < 1.1
67
67
, pretty
68
68
, QuickCheck >= 2.14 && < 2.15
69
69
, rere >= 0.1 && < 0.3
70
70
, tagged
71
- , tasty >= 1.2.3 && < 1.5
71
+ , tasty >= 1.2.3 && < 1.6
72
72
, tasty-hunit
73
73
, tasty-quickcheck
74
74
, temporary
@@ -84,14 +84,14 @@ test-suite parser-tests
84
84
main-is : ParserTests.hs
85
85
build-depends :
86
86
base
87
- , base-compat >= 0.11.0 && < 0.13
87
+ , base-compat >= 0.11.0 && < 0.14
88
88
, bytestring
89
89
, Cabal-syntax
90
90
, Cabal-tree-diff
91
- , Diff >= 0.4 && < 0.5
91
+ , Diff >= 0.4 && < 0.6
92
92
, directory
93
93
, filepath
94
- , tasty >= 1.2.3 && < 1.5
94
+ , tasty >= 1.2.3 && < 1.6
95
95
, tasty-golden >= 2.3.1.1 && < 2.4
96
96
, tasty-hunit
97
97
, tasty-quickcheck
@@ -109,10 +109,10 @@ test-suite check-tests
109
109
, bytestring
110
110
, Cabal
111
111
, Cabal-syntax
112
- , Diff >= 0.4 && < 0.5
112
+ , Diff >= 0.4 && < 0.6
113
113
, directory
114
114
, filepath
115
- , tasty >= 1.2.3 && < 1.5
115
+ , tasty >= 1.2.3 && < 1.6
116
116
, tasty-expected-failure
117
117
, tasty-golden >= 2.3.1.1 && < 2.4
118
118
@@ -155,10 +155,10 @@ test-suite hackage-tests
155
155
, filepath
156
156
157
157
build-depends :
158
- base-compat >= 0.11.0 && < 0.13
159
- , base-orphans >= 0.6 && < 0.9
158
+ base-compat >= 0.11.0 && < 0.14
159
+ , base-orphans >= 0.6 && < 0.10
160
160
, clock >= 0.8 && < 0.9
161
- , optparse-applicative >= 0.13.2.0 && < 0.17
161
+ , optparse-applicative >= 0.13.2.0 && < 0.19
162
162
, stm >= 2.4.5.0 && < 2.6
163
163
, tar >= 0.5.0.3 && < 0.6
164
164
, tree-diff >= 0.1 && < 0.4
@@ -178,7 +178,7 @@ test-suite rpmvercmp
178
178
179
179
build-depends :
180
180
QuickCheck
181
- , tasty >= 1.2.3 && < 1.5
181
+ , tasty >= 1.2.3 && < 1.6
182
182
, tasty-hunit
183
183
, tasty-quickcheck
184
184
@@ -197,7 +197,7 @@ test-suite no-thunks-test
197
197
base
198
198
, bytestring
199
199
, Cabal-syntax
200
- , tasty >= 1.2.3 && < 1.5
200
+ , tasty >= 1.2.3 && < 1.6
201
201
, tasty-hunit
202
202
203
203
-- this is test is buildable on old GHCs
0 commit comments