Skip to content

Commit e36d134

Browse files
committed
Fix merge
1 parent c63f0ef commit e36d134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rel8/Expr/Time.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import Prelude
3434

3535
-- rel8
3636
import Rel8.Expr ( Expr )
37-
import Rel8.Expr.Function ( binaryOperator, function, nullaryFunction )
37+
import Rel8.Expr.Function ( binaryOperator, function )
3838
import Rel8.Expr.Opaleye ( castExpr, unsafeCastExpr, unsafeLiteral, fromPrimExpr, toPrimExpr )
3939
import Rel8.Type ( DBType )
4040
import qualified Opaleye.Internal.HaskellDB.PrimQuery as Opaleye

0 commit comments

Comments
 (0)