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 @@ -196,7 +196,7 @@ jobs:
196196 echo " ghc-options: -Werror=missing-methods" >> cabal.project
197197 cat >> cabal.project <<EOF
198198 EOF
199- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(Cabal|Cabal-syntax|hackage-server|parsec|process|text)$/; }' >> cabal.project.local
199+ $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(Cabal|Cabal-syntax|hackage-server|parsec|process|text|transformers )$/; }' >> cabal.project.local
200200 cat cabal.project
201201 cat cabal.project.local
202202 - name : dump install plan
Original file line number Diff line number Diff line change 11branches: master
22
3- installed: +all -Cabal -Cabal-syntax -text -parsec -process
3+ installed: +all -Cabal -Cabal-syntax -text -parsec -process -transformers
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