Skip to content

Commit

Permalink
Merge pull request #715 from locallycompact/lc/export-debug
Browse files Browse the repository at this point in the history
Re-export DebugPlutusFailure and renderDebugPlutusFailure
  • Loading branch information
palas authored Feb 14, 2025
2 parents eecb765 + 56988bc commit 32366c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,10 @@ module Cardano.Api
, ResolvablePointers (..)
, unsafeBoundedRational

-- ** Debug
, DebugPlutusFailure (..)
, renderDebugPlutusFailure

-- ** Supporting modules
, module Cardano.Api.Internal.Monad.Error
, module Cardano.Api.Internal.Pretty
Expand Down Expand Up @@ -1121,7 +1125,7 @@ import Cardano.Api.Internal.Monad.Error
import Cardano.Api.Internal.NetworkId
import Cardano.Api.Internal.OperationalCertificate
import Cardano.Api.Internal.Orphans ()
import Cardano.Api.Internal.Plutus (collectPlutusScriptHashes)
import Cardano.Api.Internal.Plutus
import Cardano.Api.Internal.Pretty
import Cardano.Api.Internal.Protocol
import Cardano.Api.Internal.ProtocolParameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module Test.Golden.ErrorsSpec
where

import Cardano.Api
import Cardano.Api.Internal.Plutus
import Cardano.Api.Shelley

import Cardano.Binary as CBOR
Expand Down

0 comments on commit 32366c4

Please sign in to comment.