Skip to content

Commit

Permalink
Hide MsgDelete
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Aug 5, 2011
1 parent 1e57736 commit b5ce230
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Wiki.hs
Expand Up @@ -37,7 +37,7 @@ module Wiki

import Data.Time
import Yesod.Core hiding (YesodBreadcrumbs (..), breadcrumbs, setMessage)
import Yesod.Form hiding (Field)
import Yesod.Form hiding (Field, MsgDelete)
import Yesod.Persist
import Yesod.Static
import Yesod.Auth
Expand Down
1 change: 0 additions & 1 deletion yesodwiki.cabal
Expand Up @@ -79,7 +79,6 @@ executable yesodwiki
, persistent-postgresql >= 0.6 && < 0.7
, template-haskell
, hamlet
, web-routes
, hjsmin
, transformers
, warp
Expand Down

0 comments on commit b5ce230

Please sign in to comment.