aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db28990c9..75d995791 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ prof: ## build with profiling and optimizations
.PHONY: prof
binpath: ## print path of built pandoc executable
- @cabal list-bin $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli
+ @cabal list-bin -v0 $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli
.PHONY: binpath
ghcid: ## run ghcid