Update OpenApi.hs

This commit is contained in:
iko 2020-12-18 20:45:00 +03:00 committed by GitHub
parent 0eb7b7b0aa
commit 86a9e5bf33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
module Deriving.OpenApi module Deriving.OpenApi
( CustomOpenApi, ( CustomOpenApi,
DatatypeNameModifier, DatatypeNameModifier,
ToSchema,
module Deriving.Aeson, module Deriving.Aeson,
) )
where where