v4.2: Bump SafeCopy versions of types

This commit is contained in:
Vincent Ambo 2014-08-22 15:56:03 +02:00
parent 2c0eecc9aa
commit 56609f1f59
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
4 changed files with 15 additions and 18 deletions

View file

@ -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