Skip to content

Commit

Permalink
Re-export DebugPlutusFailure and renderDebugPlutusFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Jan 3, 2025
1 parent e65c441 commit 34cffb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cardano-api/src/Cardano/Api.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,10 @@ module Cardano.Api
, ResolvablePointers (..)
, unsafeBoundedRational

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

-- ** Supporting modules
, module Cardano.Api.Monad.Error
, module Cardano.Api.Pretty
Expand Down Expand Up @@ -1105,6 +1109,7 @@ import Cardano.Api.Monad.Error
import Cardano.Api.NetworkId
import Cardano.Api.OperationalCertificate
import Cardano.Api.Orphans ()
import Cardano.Api.Plutus
import Cardano.Api.Pretty
import Cardano.Api.Protocol
import Cardano.Api.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.Plutus
import Cardano.Api.Shelley

import Cardano.Binary as CBOR
Expand Down

0 comments on commit 34cffb8

Please sign in to comment.