Skip to content

Commit b2c1c83

Browse files
ci: build demos
1 parent 51c446c commit b2c1c83

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ jobs:
720720
echo "package notmuch" >> cabal.project
721721
echo " ghc-options: -Werror=missing-methods" >> cabal.project
722722
cat >> cabal.project <<EOF
723+
flags: +demos
723724
EOF
724725
if $HEADHACKAGE; then
725726
echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project

cabal.haskell-ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
raw-project
2+
flags: +demos

0 commit comments

Comments
 (0)