Skip to content

Commit 32505ed

Browse files
committed
CI: relax constraint on installed packages
1 parent 22613d5 commit 32505ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ jobs:
191191
echo " ghc-options: -Werror=missing-methods" >> cabal.project
192192
cat >> cabal.project <<EOF
193193
EOF
194-
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(Cabal|hackage-server|parsec|text)$/; }' >> cabal.project.local
195194
cat cabal.project
196195
cat cabal.project.local
197196
- name: dump install plan

cabal.haskell-ci

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

3-
installed: +all -Cabal -text -parsec
3+
installed: -all
4+
-- installed: +all -Cabal -text -parsec
45

56
-- -- irc-channels works with GHA, but why send to a channel
67
-- -- when one can subscribe to github notifications?

0 commit comments

Comments
 (0)