Skip to content

Commit 72cfecd

Browse files
committed
CI: remove constraint-set containers-0.7
1 parent c12b1b7 commit 72cfecd

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

.github/workflows/haskell-ci.yml

-8
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ jobs:
237237
echo " ghc-options: -Werror=missing-methods" >> cabal.project
238238
cat >> cabal.project <<EOF
239239
constraints: base-compat >= 0.12.2
240-
allow-newer: containers
241240
EOF
242241
$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
243242
cat cabal.project
@@ -293,13 +292,6 @@ jobs:
293292
- name: prepare for constraint sets
294293
run: |
295294
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
303295
- name: constraint set no-lukko
304296
run: |
305297
$CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' all --dry-run

cabal.haskell-ci

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ raw-project
1818
constraint-set no-lukko
1919
constraints: hackage-security -lukko
2020

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

0 commit comments

Comments
 (0)