diff options
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--] | tools/extract-changes.hs | 3 |
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 |