diff --git a/Yesod/Contrib/League/Crud/Persist.hs b/Yesod/Contrib/League/Crud/Persist.hs
--- a/Yesod/Contrib/League/Crud/Persist.hs
+++ b/Yesod/Contrib/League/Crud/Persist.hs
@@ -16,7 +16,7 @@
        , crudEntPair
        ) where
 
-import ClassyPrelude
+import ClassyPrelude hiding (delete)
 import Database.Persist
 import Yesod.Contrib.League.Crud
 import Yesod.Core
diff --git a/yesod-crud.cabal b/yesod-crud.cabal
--- a/yesod-crud.cabal
+++ b/yesod-crud.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                yesod-crud
-version:             0.1.3
+version:             0.1.4
 synopsis:            Generic administrative CRUD operations as a Yesod subsite
 description:         This package helps you build administrative CRUD
                      operations (Create, Retrieve, Update, Delete) into
