aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}"