aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:33:32 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-11-22 09:33:32 -0800
commit36f02e1673651fd1b1e310c44ecf285a7cca80a0 (patch)
tree2f711d933cd4723f023e9eeec777cb0cdb748e8a /tools
parentdc83f0173f16b88db221701fc90fb614c61deda9 (diff)
downloadpandoc-36f02e1673651fd1b1e310c44ecf285a7cca80a0.tar.gz
Fix extract-changes.hs so it uses stack as interpreter.
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/extract-changes.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/extract-changes.hs b/tools/extract-changes.hs
index 8c8160c2c..0a7f2a8cf 100644..100755
--- a/tools/extract-changes.hs
+++ b/tools/extract-changes.hs
@@ -1,3 +1,6 @@
+#!/usr/bin/env stack
+-- stack --stack-yaml=stack.yaml runghc --package pandoc-types
+
-- Extract changes from latest version in changelog.
import Text.Pandoc.JSON