shake: use script command, allow running without compiling first

This commit is contained in:
Simon Michael 2020-03-18 15:14:35 -07:00
parent abc53024fc
commit 1e2e83ab7e

View File

@ -1,7 +1,7 @@
#!/usr/bin/env stack #!/usr/bin/env stack
{- stack exec {- stack script --compile
--verbosity=info --verbosity=info
--stack-yaml=stack.yaml --resolver=lts-15.4
--package base-prelude --package base-prelude
--package directory --package directory
--package extra --package extra
@ -9,7 +9,6 @@
--package safe --package safe
--package shake --package shake
--package time --package time
ghc
-} -}
{- {-