diff options
author | Ben Sima <ben@bsima.me> | 2021-02-05 22:02:20 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-05 22:02:20 -0500 |
commit | 093ab5b791c07442d819ee295900136e213f4c8e (patch) | |
tree | 250e0817b0e4aee65086c0ff4dadb55ffc53498a /Biz/Que | |
parent | 753cdfe8c18b470da4a4807815d0aaade53f1d16 (diff) |
Add Log.mark and convert some putTexts into Log.infos
Diffstat (limited to 'Biz/Que')
-rw-r--r-- | Biz/Que/Host.hs | 1 | ||||
-rw-r--r-- | Biz/Que/Site.hs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Que/Host.hs b/Biz/Que/Host.hs index 57507ae..fda9835 100644 --- a/Biz/Que/Host.hs +++ b/Biz/Que/Host.hs @@ -18,6 +18,7 @@ -- : dep docopt -- : dep envy -- : dep protolude +-- : dep rainbow -- : dep scotty -- : dep stm -- : dep tasty diff --git a/Biz/Que/Site.hs b/Biz/Que/Site.hs index 77498b4..43441df 100644 --- a/Biz/Que/Site.hs +++ b/Biz/Que/Site.hs @@ -13,6 +13,7 @@ -- : dep config-ini -- : dep process -- : dep protolude +-- : dep rainbow -- : dep req -- : dep tasty -- : dep tasty-hunit |