diff options
author | Ben Sima <ben@bsima.me> | 2021-01-22 07:06:53 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-22 08:00:27 -0500 |
commit | f12a68cde2bd86496a82c532e848d273f4e49065 (patch) | |
tree | 1a5be54c92f2c0989c49882afc9b5731171899a5 /Biz/Bild/Deps | |
parent | 4c1df68e201d11e82b3870a3020ad79728e6b700 (diff) |
Better bild output
- structured log messages
- compact logs rewrite the line on bild completion
- using conduit for streaming output (although I think this isn't working quite
right)
- new Proc type for running subprocesses
- general code cleanup and refactoring
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index 21fcb66..4434cb3 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -11,6 +11,8 @@ with hpkgs; clay cmark cmark-lucid + conduit + conduit-extra config-ini containers directory |