shake: use script command, allow running without compiling first
This commit is contained in:
parent
abc53024fc
commit
1e2e83ab7e
5
Shake.hs
5
Shake.hs
@ -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
|
|
||||||
-}
|
-}
|
||||||
{-
|
{-
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user