Export selectSource.

This commit is contained in:
Felipe Lessa 2012-09-03 18:45:20 -03:00
parent 531ca905fd
commit 217b03d22e
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ module Database.Esqueleto
, SqlQuery
, SqlExpr
, select
, selectSource
-- * Re-exports
, module Database.Persist.Store

View File

@ -3,6 +3,7 @@ module Database.Esqueleto.Internal.Sql
( SqlQuery
, SqlExpr
, select
, selectSource
, toRawSelectSql
) where