Fix merge

This commit is contained in:
Juan Raphael Diaz Simões 2024-07-17 17:52:11 +05:00
parent c63f0ef0ed
commit e36d1348a6

View File

@ -34,7 +34,7 @@ import Prelude
-- rel8
import Rel8.Expr ( Expr )
import Rel8.Expr.Function ( binaryOperator, function, nullaryFunction )
import Rel8.Expr.Function ( binaryOperator, function )
import Rel8.Expr.Opaleye ( castExpr, unsafeCastExpr, unsafeLiteral, fromPrimExpr, toPrimExpr )
import Rel8.Type ( DBType )
import qualified Opaleye.Internal.HaskellDB.PrimQuery as Opaleye