File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# For more information, see https://github.com/haskell-CI/haskell-ci
10
10
#
11
- # version: 0.19.20240513
11
+ # version: 0.19.20240514
12
12
#
13
- # REGENDATA ("0.19.20240513 ",["github","cabal.project"])
13
+ # REGENDATA ("0.19.20240514 ",["github","cabal.project"])
14
14
#
15
15
name : Haskell-CI
16
16
on :
@@ -216,7 +216,7 @@ jobs:
216
216
package X11
217
217
flags: +pedantic
218
218
EOF
219
- $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
219
+ $HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any. $_ installed\n" unless /^(X11)$/; }' >> cabal.project.local
220
220
cat cabal.project
221
221
cat cabal.project.local
222
222
- name : dump install plan
You can’t perform that action at this time.
0 commit comments