diff --git a/Database/Persist/GenericSql.hs b/Database/Persist/GenericSql.hs
--- a/Database/Persist/GenericSql.hs
+++ b/Database/Persist/GenericSql.hs
@@ -34,7 +34,7 @@
 import qualified Database.Persist.GenericSql.Raw as R
 import Database.Persist.GenericSql.Raw (SqlPersist (..))
 import Control.Monad (liftM, unless)
-import Data.Enumerator hiding (map, length)
+import Data.Enumerator (Stream (..), Iteratee (..), Step (..))
 import Language.Haskell.TH.Syntax hiding (lift)
 import Control.Monad.Invert (MonadInvertIO, onException)
 import Control.Exception (toException)
diff --git a/persistent.cabal b/persistent.cabal
--- a/persistent.cabal
+++ b/persistent.cabal
@@ -1,5 +1,5 @@
 name:            persistent
-version:         0.3.1.2
+version:         0.3.1.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
