From 0ec6b06acee62b57a50ed9718b8da31fced18c4d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 26 Jan 2021 18:04:14 -0500 Subject: Add user subscription field Also improved the test situation, did some refactors, and now listing the user's past analyses on their account page. --- Biz/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild.hs') 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 -- cgit v1.2.3