Skip to content

Commit ec6202f

Browse files
authored
Merge pull request #8050 from jneira/update-stack
Update stack.yaml resolver and fix cabal-testsuite stack build
2 parents af6290e + e34b3e0 commit ec6202f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,5 @@ executable setup
113113
custom-setup
114114
-- we only depend on even stable releases of lib:Cabal
115115
setup-depends: Cabal == 2.2.* || == 2.4.* || == 3.0.* || ==3.2.* || ==3.4.* || ==3.6.*,
116+
Cabal-syntax == 3.6.*,
116117
base, filepath, directory

stack.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-18.17
1+
resolver: lts-18.28 # ghc-8.10.7
22

33
packages:
44
- Cabal-syntax/
@@ -14,8 +14,12 @@ packages:
1414
- solver-benchmarks/
1515

1616
extra-deps:
17-
- rere-0.2@sha256:ec1d87554c03755d89f3401c5e5c27827e61dde835c54cbdaf509136ce8f6f2b,4079
17+
# Not included in stackage
18+
- rere-0.2@rev:1
1819

20+
# We require the released version of Cabal and Cabal-syntax for cabal-testsuite
21+
# but ususally we have a development, newer version set in the local package
22+
# Also needed for hackage-security and Win32
1923
allow-newer: true
2024

2125
nix:

0 commit comments

Comments
 (0)