diff --git a/Database/Persist/GenericSql.hs b/Database/Persist/GenericSql.hs
--- a/Database/Persist/GenericSql.hs
+++ b/Database/Persist/GenericSql.hs
@@ -36,7 +36,7 @@
 import Database.Persist.GenericSql.Raw (SqlPersist (..))
 import "MonadCatchIO-transformers" Control.Monad.CatchIO
 import Control.Monad (liftM, unless)
-import Data.Enumerator hiding (map, length)
+import Data.Enumerator (Step (..), Stream (..), Iteratee (..))
 import Language.Haskell.TH.Syntax hiding (lift)
 
 type ConnectionPool = Pool Connection
diff --git a/persistent.cabal b/persistent.cabal
--- a/persistent.cabal
+++ b/persistent.cabal
@@ -1,5 +1,5 @@
 name:            persistent
-version:         0.2.4
+version:         0.2.4.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -20,7 +20,7 @@
                      transformers >= 0.2.1 && < 0.3,
                      time >= 1.1.4 && < 1.3,
                      utf8-string >= 0.3.4 && < 0.4,
-                     text >= 0.7.1 && < 0.10,
+                     text >= 0.7.1 && < 0.12,
                      hamlet >= 0.5 && < 0.6,
                      web-routes-quasi >= 0.6.0 && < 0.7,
                      containers >= 0.2 && < 0.5,
