File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
See also http://pvp.haskell.org/faq
2
2
3
+ 0.6.2.2
4
+ -------
5
+
6
+ * Fix broken compilation of test-suite with Cabal-syntax-3.8.1.0 on Hackage
7
+ * Huge README updates
8
+
3
9
0.6.2.1
4
10
-------
5
11
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : hackage-security
3
- version : 0.6.2.1
3
+ version : 0.6.2.2
4
4
x-revision : 1
5
5
6
6
synopsis : Hackage security library
@@ -263,7 +263,6 @@ test-suite TestSuite
263
263
-- inherited constraints from lib:hackage-security component
264
264
build-depends : hackage-security,
265
265
base,
266
- Cabal,
267
266
containers,
268
267
bytestring,
269
268
network-uri,
@@ -273,7 +272,13 @@ test-suite TestSuite
273
272
zlib
274
273
275
274
if flag(Cabal-syntax)
276
- build-depends : Cabal-syntax
275
+ build-depends : Cabal >= 3.7 && < 3.10 ,
276
+ Cabal-syntax >= 3.7 && < 3.10
277
+ else
278
+ build-depends : Cabal >= 1.14 && < 1.26
279
+ || >= 2.0 && < 2.6
280
+ || >= 3.0 && < 3.7 ,
281
+ Cabal-syntax < 3.7
277
282
278
283
-- dependencies exclusive to test-suite
279
284
build-depends : tasty >= 1.2 && < 1.5 ,
You can’t perform that action at this time.
0 commit comments