Skip to content

Commit d4a4a57

Browse files
committed
Bump package.yaml
1 parent c1167a6 commit d4a4a57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '2.11.1'
5+
version: '2.11.2'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>
@@ -26,7 +26,7 @@ homepage: http://haskellstack.org
2626
custom-setup:
2727
dependencies:
2828
- base >= 4.14.3.0 && < 5
29-
- Cabal
29+
- Cabal < 3.10
3030
- filepath
3131
extra-source-files:
3232
# note: leaving out 'package.yaml' because it causes confusion with hackage metadata revisions

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 2.11.1
8+
version: 2.11.2
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.
@@ -109,7 +109,7 @@ source-repository head
109109

110110
custom-setup
111111
setup-depends:
112-
Cabal
112+
Cabal <3.10
113113
, base >=4.14.3.0 && <5
114114
, filepath
115115

0 commit comments

Comments
 (0)