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 @@ -215,7 +215,7 @@ jobs:
215
215
echo " ghc-options: -Werror=missing-methods" >> cabal.project
216
216
cat >> cabal.project <<EOF
217
217
EOF
218
- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(binary|containers|ghc-heap|strict-containers|strict-containers-lens|strict-containers-serialise|strict-containers-tests|text)$/; }' >> cabal.project.local
218
+ $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(base| binary|containers|ghc-heap|strict-containers|strict-containers-lens|strict-containers-serialise|strict-containers-tests|text)$/; }' >> cabal.project.local
219
219
cat cabal.project
220
220
cat cabal.project.local
221
221
- name : dump install plan
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ jobs-selection: any
9
9
-- we depend on containers which is a core package (comes installed with ghc)
10
10
-- by default, haskell-ci forbids these from being upgraded; override that here
11
11
-- also override the rdeps of containers, as per their haskell-ci config
12
- installed: +all -containers -binary -text -ghc-heap
12
+ installed: +all -containers -binary -text -ghc-heap -base
You can’t perform that action at this time.
0 commit comments