export SqlSelect class functions to allow creating instances to select more than 16 fields

This commit is contained in:
Tero Laitinen 2013-11-18 14:40:34 +02:00
parent ef577da95c
commit f3ff39e898

View File

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