From 4a3f760c97d739183811b6f640d2e4a22dfb50ba Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 18 Jul 2017 18:25:29 +0200 Subject: Fix build failure --- Handler/List.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Handler') diff --git a/Handler/List.hs b/Handler/List.hs index 2fd745d..e28bb16 100644 --- a/Handler/List.hs +++ b/Handler/List.hs @@ -1,5 +1,3 @@ -{-# LANGUAGE OverloadedLists #-} - module Handler.List where import Import @@ -101,4 +99,4 @@ postListR = do selectRep $ do provideJson $ typeToJSON "item" <$> Set.toAscList list - provideRep . defaultLayout $ $(widgetFile "list") + provideRep $ defaultLayout $(widgetFile "list") -- cgit v1.2.3