File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
echo " ghc-options: -Werror=missing-methods" >> cabal.project
168
168
cat >> cabal.project <<EOF
169
169
EOF
170
- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|hackage-server|parsec|text)$/; }' >> cabal.project.local
170
+ $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
171
171
cat cabal.project
172
172
cat cabal.project.local
173
173
- 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
3
+ installed: +all -Cabal -text -parsec -process
4
+ -- Cabal-3.8.1.0 wants process-1.6.14 or newer
5
+
4
6
-- Did not help to salvage ghc-9.2 and below:
5
7
-- installed: -all +ghc
6
8
You can’t perform that action at this time.
0 commit comments