{-# LANGUAGE QuasiQuotes, OverloadedStrings, TemplateHaskell, RecordWildCards, ScopedTypeVariables, NamedFieldPuns, KindSignatures #-} module TaggedObjectTagSingleConstructors (tests) where import Data.Aeson as A import Data.Aeson.TH as A import Test.Hspec import TestBoilerplate import Util $(testDeclarations "TaggedObject with tagSingleConstructors=True" (setTagSingleConstructors A.defaultOptions)) main = hspec tests