diff options
Diffstat (limited to 'Handler')
-rw-r--r-- | Handler/List.hs | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
1 | {-# LANGUAGE OverloadedLists #-} | ||
2 | |||
3 | module Handler.List where | 1 | module Handler.List where |
4 | 2 | ||
5 | import Import | 3 | import Import |
@@ -101,4 +99,4 @@ postListR = do | |||
101 | 99 | ||
102 | selectRep $ do | 100 | selectRep $ do |
103 | provideJson $ typeToJSON "item" <$> Set.toAscList list | 101 | provideJson $ typeToJSON "item" <$> Set.toAscList list |
104 | provideRep . defaultLayout $ $(widgetFile "list") | 102 | provideRep $ defaultLayout $(widgetFile "list") |