Some package re-exports from Esqueleto.
This commit is contained in:
parent
b189791dc3
commit
dd417a98e2
@ -35,7 +35,13 @@ module Database.Esqueleto
|
|||||||
-- * SQL backend
|
-- * SQL backend
|
||||||
, SqlQuery
|
, SqlQuery
|
||||||
, select
|
, select
|
||||||
|
|
||||||
|
-- * Re-exports
|
||||||
|
, module Database.Persist.Store
|
||||||
|
, module Database.Persist.GenericSql
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import Database.Esqueleto.Internal.Language
|
import Database.Esqueleto.Internal.Language
|
||||||
import Database.Esqueleto.Internal.Sql
|
import Database.Esqueleto.Internal.Sql
|
||||||
|
import Database.Persist.Store
|
||||||
|
import Database.Persist.GenericSql
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user