{-# LANGUAGE DerivingVia #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE StandaloneDeriving #-} {-# OPTIONS_GHC -Wno-orphans #-} module Test.Cardano.Ledger.Mary.Binary.Annotator ( module Test.Cardano.Ledger.Allegra.Binary.Annotator, ) where import Cardano.Ledger.Binary import Cardano.Ledger.Mary (MaryEra) import Cardano.Ledger.Mary.TxBody import Test.Cardano.Ledger.Allegra.Binary.Annotator deriving newtype instance DecCBOR (TxBody MaryEra)