diff options
author | Ben Sima <ben@bsima.me> | 2021-01-16 05:19:10 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-16 05:22:11 -0500 |
commit | 79fc1bd6a51a97b905b1f15c6b74c0a8062aaa89 (patch) | |
tree | 034488adbd9dabe199747b3a8fbbf3b610450d3d /Biz/Bild/Deps | |
parent | ad89499b4e960044a4c894757dd2c500fe044759 (diff) |
Add colors to tooling outputs
This makes scanning logs *much* easier. I figure keep it as simple as possible,
just red, yellow, and green.
I also added two spaces between labels in the log messages. It would be nice to
have a more structured logging system, but for now this works.
Diffstat (limited to 'Biz/Bild/Deps')
-rw-r--r-- | Biz/Bild/Deps/Haskell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/Deps/Haskell.nix b/Biz/Bild/Deps/Haskell.nix index 13d952d..c08e353 100644 --- a/Biz/Bild/Deps/Haskell.nix +++ b/Biz/Bild/Deps/Haskell.nix @@ -35,6 +35,7 @@ with hpkgs; process protolude quickcheck-instances + rainbow random regex-applicative req |