File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 echo " ghc-options: -Werror=missing-methods" >> cabal.project
178178 cat >> cabal.project <<EOF
179179 EOF
180- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|hackage-server|parsec|process|text)$/; }' >> cabal.project.local
180+ $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|Cabal-syntax| hackage-server|parsec|process|text)$/; }' >> cabal.project.local
181181 cat cabal.project
182182 cat cabal.project.local
183183 - name : dump install plan
Original file line number Diff line number Diff line change 11branches: master ci*
22
3- installed: +all -Cabal -text -parsec -process
3+ installed: +all -Cabal -Cabal-syntax - text -parsec -process
44
55-- Does not work with GHA:
66-- -- allow failures with ghc-7.6 and ghc-7.8
You can’t perform that action at this time.
0 commit comments