Fix extract-changes.hs so it uses stack as interpreter.
This commit is contained in:
parent
dc83f0173f
commit
36f02e1673
1 changed files with 3 additions and 0 deletions
3
tools/extract-changes.hs
Normal file → Executable file
3
tools/extract-changes.hs
Normal file → Executable 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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue