;shake: try default quiet verbosity

This commit is contained in:
Simon Michael 2020-03-18 16:22:18 -07:00
parent 52cf2ceb69
commit d79578cbfa

View File

@ -1,6 +1,5 @@
#!/usr/bin/env stack
{- stack script --compile
--verbosity=info
--resolver=lts-15.4
--package base-prelude
--package directory
@ -12,6 +11,8 @@
--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 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
- 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
- load Shake.hs in GHCI: make ghci-shake
- rebuild things when files change with entr (file watcher), eg: