refactor: sort exports of Identifiers.hs and SqlFragments.hs

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2025-10-28 09:47:37 -05:00
committed by Steve Chavez
parent eb908c696f
commit 5d9b169380
2 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -2,13 +2,13 @@
{-# LANGUAGE DeriveGeneric #-}
module PostgREST.SchemaCache.Identifiers
( QualifiedIdentifier(..)
( FieldName
, QualifiedIdentifier(..)
, RelIdentifier(..)
, isAnyElement
, Schema
, TableName
, FieldName
, dumpQi
, isAnyElement
, toQi
) where