mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Ignoring import/export shortcut hint.
This commit is contained in:
parent
684cab3cf9
commit
d028a1a896
@ -75,3 +75,5 @@ to infer 'RecordFromSql' proof object using 'ToSql' 'q' ('Maybe' a) instance.
|
||||
This proof object cat convert from SQL type into 'Maybe' typed record
|
||||
when dealing with outer joined query.
|
||||
-}
|
||||
|
||||
{-# ANN module "HLint: ignore Use import/export shortcut" #-}
|
||||
|
@ -77,3 +77,5 @@ import Database.Relational.Query.Type hiding
|
||||
unsafeTypedInsert, unsafeTypedInsertQuery, unsafeTypedDelete)
|
||||
import Database.Relational.Query.Effect
|
||||
import Database.Relational.Query.Derives
|
||||
|
||||
{-# ANN module "HLint: ignore Use import/export shortcut" #-}
|
||||
|
Loading…
Reference in New Issue
Block a user