diff options
author | Ben Sima <ben@bsima.me> | 2021-01-26 18:04:14 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-01-26 18:09:35 -0500 |
commit | 0ec6b06acee62b57a50ed9718b8da31fced18c4d (patch) | |
tree | 3112d481c0b0cb58eabb9f826305c867a4d4acfd /Biz/Bild.hs | |
parent | 699d17db81d3508548934d39b92edb01700b3c9a (diff) |
Add user subscription field
Also improved the test situation, did some refactors, and now listing the user's
past analyses on their account page.
Diffstat (limited to 'Biz/Bild.hs')
-rw-r--r-- | Biz/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Bild.hs b/Biz/Bild.hs index ab6f5bb..ed34009 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -149,7 +149,7 @@ main = Cli.main <| Cli.Plan help move test where test = Test.group "Biz.Bild" [Test.unit "id" <| 1 @=? (1 :: Integer)] move args = - IO.hSetBuffering stdout IO.NoBuffering + IO.hSetBuffering stdout IO.LineBuffering >> mapM getNamespace (Cli.getAllArgs args (Cli.argument "target")) /> catMaybes /> filter isBuildableNs |