From 09882de5f3cbfd62d59b9ec94723a90d67555b7d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 30 Aug 2021 20:19:13 -0400 Subject: Update to ghc 8.10.4 This also makes some changes to the build tooling to clean up the environment a bit, and get us closer to 'bild -s'. --- Biz/Dragons.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Biz/Dragons.hs') diff --git a/Biz/Dragons.hs b/Biz/Dragons.hs index 4294172..e6b5368 100644 --- a/Biz/Dragons.hs +++ b/Biz/Dragons.hs @@ -992,7 +992,7 @@ htmlApp cooks kp cfg jwk oAuthArgs = Right repos -> pure <. App.Html <| SelectRepo user repos, getAnalyses = guardAuth - >=> \user@User {..} -> + >=> \user@User {} -> GetAnalysesByAsker user |> Acid.query' kp +> Analyses user @@ -1278,7 +1278,7 @@ instance App.HasCss Analyses where instance Lucid.ToHtml Analyses where toHtmlRaw = Lucid.toHtml - toHtml (Analyses user@User {..} analyses) = do + toHtml (Analyses user@User {} analyses) = do header <| Just user Lucid.main_ <| do Lucid.section_ <| do -- cgit v1.2.3