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
|
||||
-- $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
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user