v4.2: Bump SafeCopy versions of types
This commit is contained in:
parent
2c0eecc9aa
commit
56609f1f59
4 changed files with 15 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue