Re-export all of GenericSql from Esqueleto.
This commit is contained in:
parent
033e5de6d8
commit
df8279b306
@ -29,14 +29,14 @@ module Database.Esqueleto
|
|||||||
|
|
||||||
-- * Re-exports
|
-- * Re-exports
|
||||||
-- $reexports
|
-- $reexports
|
||||||
, Single(..)
|
, module Database.Persist.GenericSql
|
||||||
, module Database.Persist.Store
|
, module Database.Persist.Store
|
||||||
) 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.Store
|
||||||
import Database.Persist.GenericSql (Single(..))
|
import Database.Persist.GenericSql
|
||||||
|
|
||||||
-- $reexports
|
-- $reexports
|
||||||
--
|
--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user