Skip to content

Commit fefffa4

Browse files
committed
Haskell-CI: do not insist on installed Cabal-syntax
1 parent dcf5db4 commit fefffa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
echo " ghc-options: -Werror=missing-methods" >> cabal.project
178178
cat >> cabal.project <<EOF
179179
EOF
180-
$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
180+
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|Cabal-syntax|hackage-server|parsec|process|text)$/; }' >> cabal.project.local
181181
cat cabal.project
182182
cat cabal.project.local
183183
- name: dump install plan

cabal.haskell-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
branches: master ci*
22

3-
installed: +all -Cabal -text -parsec -process
3+
installed: +all -Cabal -Cabal-syntax -text -parsec -process
44

55
-- Does not work with GHA:
66
-- -- allow failures with ghc-7.6 and ghc-7.8

0 commit comments

Comments
 (0)