about summary refs log tree commit diff
path: root/src/Server.hs
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-08-22T13·56+0200
committerVincent Ambo <vincent@spotify.com>2014-08-22T13·56+0200
commit56609f1f59d84d78dfd1a897ee3e9d04768d3bab (patch)
treeef678d4f87827c6d1819ed44ea4c901dd07d1bc5 /src/Server.hs
parent2c0eecc9aa0496318a4ccf6205c32a41aa2b9970 (diff)
v4.2: Bump SafeCopy versions of types
Diffstat (limited to 'src/Server.hs')
-rw-r--r--src/Server.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Server.hs b/src/Server.hs
index f11f75c2de..5921aead1a 100644
--- a/src/Server.hs
+++ b/src/Server.hs
@@ -19,7 +19,7 @@ import           Happstack.Server.Compression
 import           System.Locale                (defaultTimeLocale)
 
 import Blog
-import BlogDB  hiding (addComment, deleteComment, updateEntry)
+import BlogDB  hiding (updateEntry)
 import Locales
 import RSS
 
@@ -140,7 +140,6 @@ postEntry acid = do
                     <*> pure nBtext
                     <*> pure nMtext
                     <*> pure now
-                    <*> pure [] -- NYI
     update' acid (InsertEntry nEntry)
     seeOther ("/" ++ lang ++ "/" ++ show eId) (toResponse())
   where