From 49dc4139cf900ae3b46c5946fb38ef6cad7d5cab Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Wed, 10 Jul 2019 19:47:03 +0200 Subject: [PATCH] fix(build): fix build --- src/Handler/Corrections.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Handler/Corrections.hs b/src/Handler/Corrections.hs index 4915659ad..f1d5085a5 100644 --- a/src/Handler/Corrections.hs +++ b/src/Handler/Corrections.hs @@ -1156,7 +1156,7 @@ assignHandler tid ssh csh cid assignSids = do (\acc (E.Value sheetCorrectorSheet, Entity uid user) -> let shn = sheetName $ sheets ! sheetCorrectorSheet scr = SheetCorrector uid sheetCorrectorSheet mempty CorrectorExcused - in Map.insertWith (\new old -> old) uid (user, Map.singleton shn scr) acc -- keep already known correctors unchanged + in Map.insertWith (\_new old -> old) uid (user, Map.singleton shn scr) acc -- keep already known correctors unchanged ) submissions <- E.select . E.from $ \submission -> do