diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-08-22T13·56+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-08-22T13·56+0200 |
commit | 56609f1f59d84d78dfd1a897ee3e9d04768d3bab (patch) | |
tree | ef678d4f87827c6d1819ed44ea4c901dd07d1bc5 /src/Server.hs | |
parent | 2c0eecc9aa0496318a4ccf6205c32a41aa2b9970 (diff) |
v4.2: Bump SafeCopy versions of types
Diffstat (limited to 'src/Server.hs')
-rw-r--r-- | src/Server.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Server.hs b/src/Server.hs index f11f75c2deeb..5921aead1afe 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 |