We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22613d5 commit 32505edCopy full SHA for 32505ed
.github/workflows/haskell-ci.yml
@@ -191,7 +191,6 @@ jobs:
191
echo " ghc-options: -Werror=missing-methods" >> cabal.project
192
cat >> cabal.project <<EOF
193
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
195
cat cabal.project
196
cat cabal.project.local
197
- name: dump install plan
cabal.haskell-ci
@@ -1,6 +1,7 @@
1
branches: master ci*
2
3
-installed: +all -Cabal -text -parsec
+installed: -all
4
+-- installed: +all -Cabal -text -parsec
5
6
-- -- irc-channels works with GHA, but why send to a channel
7
-- -- when one can subscribe to github notifications?
0 commit comments