;shake: try default quiet verbosity
This commit is contained in:
parent
52cf2ceb69
commit
d79578cbfa
6
Shake.hs
6
Shake.hs
@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env stack
|
#!/usr/bin/env stack
|
||||||
{- stack script --compile
|
{- stack script --compile
|
||||||
--verbosity=info
|
|
||||||
--resolver=lts-15.4
|
--resolver=lts-15.4
|
||||||
--package base-prelude
|
--package base-prelude
|
||||||
--package directory
|
--package directory
|
||||||
@ -12,6 +11,8 @@
|
|||||||
--package time
|
--package time
|
||||||
-}
|
-}
|
||||||
{-
|
{-
|
||||||
|
-- add this to see packages being installed instead of a long silence:
|
||||||
|
--verbosity=info
|
||||||
|
|
||||||
This is one of two collections of maintainer/developer scripts; Makefile is the other.
|
This is one of two collections of maintainer/developer scripts; Makefile is the other.
|
||||||
This one, based on shake, provides a stronger programming language and
|
This one, based on shake, provides a stronger programming language and
|
||||||
@ -26,7 +27,8 @@ Some of the commands below require additional command-line tools, including:
|
|||||||
- pandoc
|
- pandoc
|
||||||
- sed
|
- sed
|
||||||
|
|
||||||
Some things that may be useful when working on these scripts:
|
Some things that may be useful when working on this:
|
||||||
|
- https://docs.haskellstack.org/en/stable/GUIDE/#script-interpreter
|
||||||
- watch Shake.hs for compile errors: make ghcid-shake
|
- watch Shake.hs for compile errors: make ghcid-shake
|
||||||
- load Shake.hs in GHCI: make ghci-shake
|
- load Shake.hs in GHCI: make ghci-shake
|
||||||
- rebuild things when files change with entr (file watcher), eg:
|
- rebuild things when files change with entr (file watcher), eg:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user