Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-export DebugPlutusFailure and renderDebugPlutusFailure #715

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 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.Monad.Error
, module Cardano.Api.Pretty
Expand Down Expand Up @@ -1121,6 +1125,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
Loading