mirror of
https://github.com/Airsequel/AirGQL.git
synced 2025-08-13 10:16:57 +03:00
Upgrade GHC to 9.8 and upgrade dependencies
This commit is contained in:
parent
9b67cfade0
commit
4ccae2adba
5 changed files with 16 additions and 18 deletions
source/AirGQL/Types
|
@ -19,6 +19,9 @@ data OutObjectType m = OutObjectType
|
|||
}
|
||||
|
||||
|
||||
type role OutObjectType nominal
|
||||
|
||||
|
||||
outObjectTypeToObjectType :: OutObjectType m -> Out.ObjectType m
|
||||
outObjectTypeToObjectType objectType =
|
||||
Out.ObjectType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue