File tree 2 files changed +9
-17
lines changed
2 files changed +9
-17
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ jobs:
237
237
echo " ghc-options: -Werror=missing-methods" >> cabal.project
238
238
cat >> cabal.project <<EOF
239
239
constraints: base-compat >= 0.12.2
240
- allow-newer: containers
241
240
EOF
242
241
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(example-client|hackage-repo-tool|hackage-root-tool|hackage-security|hackage-security-HTTP|hackage-security-curl|hackage-security-http-client|precompute-fileinfo)$/; }' >> cabal.project.local
243
242
cat cabal.project
@@ -293,13 +292,6 @@ jobs:
293
292
- name : prepare for constraint sets
294
293
run : |
295
294
rm -f cabal.project.local
296
- - name : constraint set containers-0.7
297
- run : |
298
- $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='containers >= 0.7' all --dry-run
299
- cabal-plan topo | sort
300
- $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='containers >= 0.7' --dependencies-only -j2 all
301
- $CABAL v2-build $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='containers >= 0.7' all
302
- $CABAL v2-test $ARG_COMPILER --enable-tests --disable-benchmarks --constraint='containers >= 0.7' all
303
295
- name : constraint set no-lukko
304
296
run : |
305
297
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' all --dry-run
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ raw-project
18
18
constraint-set no-lukko
19
19
constraints: hackage-security -lukko
20
20
21
- constraint-set containers-0.7
22
- -- Andreas, 2024-03-19: possibly we will have to turn off the constraint set
23
- -- for the head.hackage build with GHC 9.10.0
24
- -- ghc: < 9.10
25
- constraints: containers >= 0.7
26
- tests: True
27
- run-tests: True
28
- raw-project
29
- allow-newer: containers
21
+ -- constraint-set containers-0.7
22
+ -- -- Andreas, 2024-03-19: possibly we will have to turn off the constraint set
23
+ -- -- for the head.hackage build with GHC 9.10.0
24
+ -- -- ghc: < 9.10
25
+ -- constraints: containers >= 0.7
26
+ -- tests: True
27
+ -- run-tests: True
28
+ -- raw-project
29
+ -- allow-newer: containers
You can’t perform that action at this time.
0 commit comments