Fix extract-changes.hs so it uses stack as interpreter.

This commit is contained in:
John MacFarlane 2019-11-22 09:33:32 -08:00
parent dc83f0173f
commit 36f02e1673

3
tools/extract-changes.hs Normal file → Executable file
View file

@ -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