Export veryUnsafeCoerceSqlExprValueList (fixes #62).

This commit is contained in:
Felipe Lessa 2014-04-14 14:57:48 -03:00
parent a3d3ce0e1d
commit ab9e57b2d0

View File

@ -42,6 +42,7 @@ module Database.Esqueleto.Internal.Sql
, IdentInfo
, SqlSelect(..)
, veryUnsafeCoerceSqlExprValue
, veryUnsafeCoerceSqlExprValueList
) where
import Control.Applicative (Applicative(..), (<$>), (<$))