diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-18 18:25:29 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-18 18:25:29 +0200 |
commit | 4a3f760c97d739183811b6f640d2e4a22dfb50ba (patch) | |
tree | b23b9896b4382d5978804bdd6e6a2e52c6d69f77 /Handler | |
parent | 7e350e7a2c1423eca351bd9e678d41901d770c39 (diff) | |
download | bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.gz bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.bz2 bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.xz bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.zip |
Fix build failure
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") |