tell cabal to shut up

This commit is contained in:
Rhiannon Morris 2020-07-18 11:44:51 +02:00
parent 575058d30a
commit 21a645b312
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ $(BUILDDIR)/index.html: $(DATADIR)/galleries.yaml $(MAKEPAGES)
$(MAKEPAGES): make-pages/*.hs make-pages/make-pages.cabal
echo "[make-pages]"
mkdir -p $(dir $@)
cabal v2-build all -O0 -j
cabal v2-build all -O0 -v0 -j
find dist-newstyle -name make-pages -executable -type f \
-exec cp {} $@ \;