aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-09 14:30:07 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-09 14:30:07 -0800
commit3394d3835db23bc45227c37dd38506e3c6a9d209 (patch)
treeacde7f2a8214b0bdc476eb913795320b73fca55d /Makefile
parent873f342f1144111f79f9415abd3dc00d44a7a3c6 (diff)
downloadpandoc-3394d3835db23bc45227c37dd38506e3c6a9d209.tar.gz
Makefile - remove --resolver from quick target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2df7cab75..f20b9c0d0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ GHCOPTS=-fdiagnostics-color=always -Wall -fno-warn-unused-do-bind -Wincomplete-r
WEBSITE=../../web/pandoc.org
quick:
- stack install --resolver=$(RESOLVER) --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes $(TESTARGS)'
+ stack install --ghc-options='$(GHCOPTS)' --install-ghc --flag 'pandoc:embed_data_files' --fast --test --test-arguments='-j4 --hide-successes $(TESTARGS)'
quick-cabal:
cabal new-configure . --ghc-options '$(GHCOPTS)' --flags '+embed_data_files' --enable-tests