fix(build)

This commit is contained in:
Steffen Jost 2022-06-23 19:25:03 +02:00
parent 4818b8518e
commit b7e8c89777

View File

@ -25,7 +25,7 @@ instance Default AvsPersonQuery where
deriveJSON defaultOptions
{ fieldLabelModifier = mconcat . drop 3 . splitCamel
, omitNothingFields = True
, tagSingleConstructors = True
, tagSingleConstructors = False
} ''AvsPersonQuery
{-