From 4da606b7d387c04f664ad18fc4196aa93334c7e8 Mon Sep 17 00:00:00 2001 From: parsonsmatt Date: Fri, 27 Dec 2024 11:46:03 -0700 Subject: [PATCH] Add fixity on question-dot operator --- src/Database/Esqueleto/Internal/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Database/Esqueleto/Internal/Internal.hs b/src/Database/Esqueleto/Internal/Internal.hs index ebcb27009..5b51c4538 100644 --- a/src/Database/Esqueleto/Internal/Internal.hs +++ b/src/Database/Esqueleto/Internal/Internal.hs @@ -1249,7 +1249,7 @@ toBaseId = veryUnsafeCoerceSqlExprValue {-# DEPRECATED rand "Since 2.6.0: `rand` ordering function is not uniform across all databases! To avoid accidental partiality it will be removed in the next major version." #-} -- Fixity declarations -infixl 9 ^. +infixl 9 ^., ?. infixl 7 *., /. infixl 6 +., -. infixr 5 ++.