summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-28 17:36:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-28 17:36:05 -0800
commit5c45a43399536e44d6a53db15e3344912412a32b (patch)
tree35f4120308521a572fdc894414b902b688309d02 /Makefile
parent6d91fb25639c6ac985d15c7112e009533d06e5f2 (diff)
stack.full.yaml - use local versions of everything.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5dfb5565b..635ff18a2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,9 @@ install: full
cabal copy
cabal register
+stack:
+ stack install --test --stack-yaml stack.full.yaml
+
dist: man/pandoc.1
cabal sdist
rm -rf "pandoc-${version}"