Re-order exports related to insertSelect.

This commit is contained in:
Felipe Lessa 2013-09-15 03:52:10 -03:00
parent 53402d726f
commit a7d8c99213

View File

@ -23,6 +23,10 @@ module Database.Esqueleto.Internal.Sql
, deleteCount , deleteCount
, update , update
, updateCount , updateCount
, insertSelectDistinct
, insertSelect
, (<#)
, (<&>)
-- * The guts -- * The guts
, unsafeSqlBinOp , unsafeSqlBinOp
, unsafeSqlValue , unsafeSqlValue
@ -35,10 +39,6 @@ module Database.Esqueleto.Internal.Sql
, Mode(..) , Mode(..)
, SqlSelect , SqlSelect
, veryUnsafeCoerceSqlExprValue , veryUnsafeCoerceSqlExprValue
, insertSelectDistinct
, insertSelect
, (<#)
, (<&>)
) where ) where
import Control.Applicative (Applicative(..), (<$>), (<$)) import Control.Applicative (Applicative(..), (<$>), (<$))