File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177
177
echo " ghc-options: -Werror=missing-methods" >> cabal.project
178
178
cat >> cabal.project <<EOF
179
179
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
181
181
cat cabal.project
182
182
cat cabal.project.local
183
183
- name : dump install plan
Original file line number Diff line number Diff line change 1
1
branches: master ci*
2
2
3
- installed: +all -Cabal -text -parsec -process
3
+ installed: +all -Cabal -Cabal-syntax - text -parsec -process
4
4
5
5
-- Does not work with GHA:
6
6
-- -- allow failures with ghc-7.6 and ghc-7.8
You can’t perform that action at this time.
0 commit comments