File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
spec-version : 0.35.0
3
3
4
4
name : stack
5
- version : ' 2.11.1 '
5
+ version : ' 2.11.2 '
6
6
synopsis : The Haskell Tool Stack
7
7
description : |
8
8
Please see the documentation at <https://docs.haskellstack.org>
@@ -26,7 +26,7 @@ homepage: http://haskellstack.org
26
26
custom-setup :
27
27
dependencies :
28
28
- base >= 4.14.3.0 && < 5
29
- - Cabal
29
+ - Cabal < 3.10
30
30
- filepath
31
31
extra-source-files :
32
32
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : stack
8
- version : 2.11.1
8
+ version : 2.11.2
9
9
synopsis : The Haskell Tool Stack
10
10
description : Please see the documentation at <https://docs.haskellstack.org>
11
11
for usage information.
@@ -109,7 +109,7 @@ source-repository head
109
109
110
110
custom-setup
111
111
setup-depends :
112
- Cabal
112
+ Cabal < 3.10
113
113
, base >= 4.14.3.0 && < 5
114
114
, filepath
115
115
You can’t perform that action at this time.
0 commit comments