File tree Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Expand file tree Collapse file tree 4 files changed +22
-8
lines changed Original file line number Diff line number Diff line change
1
+ 0.1.1.3
2
+ -------
3
+ * Compat release for ` Cabal-syntax-3.8.1.0 `
4
+
1
5
0.1.1.2
2
6
-------
3
7
* Compat release for ` hackage-security-0.6 `
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : hackage-repo-tool
3
- version : 0.1.1.2
3
+ version : 0.1.1.3
4
4
5
5
build-type : Simple
6
6
synopsis : Manage secure file-based package repositories
@@ -90,7 +90,7 @@ executable hackage-repo-tool
90
90
build-depends : network >= 2.5 && < 2.6
91
91
92
92
if flag(Cabal-syntax)
93
- build-depends : Cabal-syntax >= 3.7 && < 3.9
93
+ build-depends : Cabal-syntax >= 3.7 && < 3.10
94
94
else
95
95
build-depends : Cabal >= 1.14 && < 1.26
96
96
|| >= 2.0 && < 2.6
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
4
- x-revision : 1
3
+ version : 0.6.2.2
5
4
6
5
synopsis : Hackage security library
7
6
description : The hackage security library provides both server and
@@ -154,7 +153,7 @@ library
154
153
else
155
154
build-depends : base >= 4.10
156
155
157
- if flag(Cabal-syntax)
156
+ if flag(Cabal-syntax) && impl(ghc >= 8.2 )
158
157
build-depends : Cabal-syntax >= 3.7 && < 3.10
159
158
else
160
159
build-depends : Cabal >= 1.14 && < 1.26
@@ -263,7 +262,6 @@ test-suite TestSuite
263
262
-- inherited constraints from lib:hackage-security component
264
263
build-depends : hackage-security,
265
264
base,
266
- Cabal,
267
265
containers,
268
266
bytestring,
269
267
network-uri,
@@ -272,8 +270,14 @@ test-suite TestSuite
272
270
time,
273
271
zlib
274
272
275
- if flag(Cabal-syntax)
276
- build-depends : Cabal-syntax
273
+ if flag(Cabal-syntax) && impl(ghc >= 8.2 )
274
+ build-depends : Cabal >= 3.7 && < 3.10 ,
275
+ Cabal-syntax >= 3.7 && < 3.10
276
+ else
277
+ build-depends : Cabal >= 1.14 && < 1.26
278
+ || >= 2.0 && < 2.6
279
+ || >= 3.0 && < 3.7 ,
280
+ Cabal-syntax < 3.7
277
281
278
282
-- dependencies exclusive to test-suite
279
283
build-depends : tasty >= 1.2 && < 1.5 ,
You can’t perform that action at this time.
0 commit comments