aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e873aaf59..7d9c3fa9c 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ build: ## build executable
.PHONY: build
binpath: ## print path of built pandoc executable
- @cabal list-bin $(CABALOPTS) pandoc-cli
+ @cabal list-bin $(CABALOPTS) --ghc-options='$(GHCOPTS)' pandoc-cli
.PHONY: binpath
ghcid: ## run ghcid