Skip to content

Commit 32366c4

Browse files
authored
Merge pull request #715 from locallycompact/lc/export-debug
Re-export DebugPlutusFailure and renderDebugPlutusFailure
2 parents eecb765 + 56988bc commit 32366c4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

cardano-api/src/Cardano/Api.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,10 @@ module Cardano.Api
10671067
, ResolvablePointers (..)
10681068
, unsafeBoundedRational
10691069

1070+
-- ** Debug
1071+
, DebugPlutusFailure (..)
1072+
, renderDebugPlutusFailure
1073+
10701074
-- ** Supporting modules
10711075
, module Cardano.Api.Internal.Monad.Error
10721076
, module Cardano.Api.Internal.Pretty
@@ -1121,7 +1125,7 @@ import Cardano.Api.Internal.Monad.Error
11211125
import Cardano.Api.Internal.NetworkId
11221126
import Cardano.Api.Internal.OperationalCertificate
11231127
import Cardano.Api.Internal.Orphans ()
1124-
import Cardano.Api.Internal.Plutus (collectPlutusScriptHashes)
1128+
import Cardano.Api.Internal.Plutus
11251129
import Cardano.Api.Internal.Pretty
11261130
import Cardano.Api.Internal.Protocol
11271131
import Cardano.Api.Internal.ProtocolParameters

cardano-api/test/cardano-api-golden/Test/Golden/ErrorsSpec.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ module Test.Golden.ErrorsSpec
3131
where
3232

3333
import Cardano.Api
34-
import Cardano.Api.Internal.Plutus
3534
import Cardano.Api.Shelley
3635

3736
import Cardano.Binary as CBOR

0 commit comments

Comments
 (0)