From f3ff39e898fced6c6e55c9f804a99177cd03ff0c Mon Sep 17 00:00:00 2001 From: Tero Laitinen Date: Mon, 18 Nov 2013 14:40:34 +0200 Subject: [PATCH] export SqlSelect class functions to allow creating instances to select more than 16 fields --- src/Database/Esqueleto/Internal/Sql.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Esqueleto/Internal/Sql.hs b/src/Database/Esqueleto/Internal/Sql.hs index e4156cd..660e409 100644 --- a/src/Database/Esqueleto/Internal/Sql.hs +++ b/src/Database/Esqueleto/Internal/Sql.hs @@ -38,7 +38,7 @@ module Database.Esqueleto.Internal.Sql , IdentState , initialIdentState , IdentInfo - , SqlSelect + , SqlSelect(..) , veryUnsafeCoerceSqlExprValue ) where