File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -113,4 +113,5 @@ executable setup
113113custom-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
Original file line number Diff line number Diff line change 1- resolver : lts-18.17
1+ resolver : lts-18.28 # ghc-8.10.7
22
33packages :
44- Cabal-syntax/
@@ -14,8 +14,12 @@ packages:
1414- solver-benchmarks/
1515
1616extra-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
1923allow-newer : true
2024
2125nix :
You can’t perform that action at this time.
0 commit comments