summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-18 18:25:29 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-18 18:25:29 +0200
commit4a3f760c97d739183811b6f640d2e4a22dfb50ba (patch)
treeb23b9896b4382d5978804bdd6e6a2e52c6d69f77
parent7e350e7a2c1423eca351bd9e678d41901d770c39 (diff)
downloadbar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar
bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.gz
bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.bz2
bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.tar.xz
bar-4a3f760c97d739183811b6f640d2e4a22dfb50ba.zip
Fix build failure
-rw-r--r--Handler/List.hs4
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
3module Handler.List where 1module Handler.List where
4 2
5import Import 3import 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")