Merge pull request #38 from tlaitinen/master

export SqlSelect class functions to allow creating instances to select m...
This commit is contained in:
Felipe Lessa 2013-11-18 06:31:21 -08:00
commit 6d24a20675

View File

@ -38,7 +38,7 @@ module Database.Esqueleto.Internal.Sql
, IdentState , IdentState
, initialIdentState , initialIdentState
, IdentInfo , IdentInfo
, SqlSelect , SqlSelect(..)
, veryUnsafeCoerceSqlExprValue , veryUnsafeCoerceSqlExprValue
) where ) where