Re-export all of GenericSql from Esqueleto.

This commit is contained in:
Felipe Lessa 2012-09-04 01:01:56 -03:00
parent 033e5de6d8
commit df8279b306

View File

@ -29,14 +29,14 @@ module Database.Esqueleto
-- * Re-exports
-- $reexports
, Single(..)
, module Database.Persist.GenericSql
, module Database.Persist.Store
) where
import Database.Esqueleto.Internal.Language
import Database.Esqueleto.Internal.Sql
import Database.Persist.Store
import Database.Persist.GenericSql (Single(..))
import Database.Persist.GenericSql
-- $reexports
--