Skip to content

Commit fb6a5f6

Browse files
committed
Update Haskell API
1 parent a5da3e9 commit fb6a5f6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • build-tools/static/hs-src/src/MAlonzo/Code/Ledger

build-tools/static/hs-src/src/MAlonzo/Code/Ledger/Conway/Foreign/API.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import MAlonzo.Code.Ledger.Conway.Foreign.Transaction as X
1212
, Script, Datum, DataHash, Value, TxOut, RdmrPtr, ScriptHash, AuxiliaryData, Withdrawals
1313
, HSTimelock (..), HSPlutusScript (..))
1414
import MAlonzo.Code.Ledger.Conway.Foreign.Cert as X
15-
(certStep, certsStep, CertState(..))
15+
(certStep, certsStep)
1616
import MAlonzo.Code.Ledger.Conway.Foreign.Chain as X
1717
(ChainState(..), HSBlock(..), chainStep)
1818
import MAlonzo.Code.Ledger.Conway.Foreign.Certs as X
19-
( StakePoolParams(..), PState(..), DelegEnv(..), CertEnv(..), DState(..), DCert(..), GState(..)
19+
( StakePoolParams(..), PState(..), DelegEnv(..), CertEnv(..), DState(..), DCert(..), GState(..), CertState(..)
2020
, delegStep, govCertStep, poolStep, DepositPurpose(..))
2121
import MAlonzo.Code.Ledger.Conway.Foreign.Enact as X
2222
(EnactState(..), EnactEnv(..), enactStep)

build-tools/static/hs-src/src/MAlonzo/Code/Ledger/Dijkstra/Foreign/API.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ import MAlonzo.Code.Ledger.Dijkstra.Foreign.Transaction as X
1717
, Redeemer, RedeemerPtr
1818
, NativeScript(..), HSNativeScript (..), HSPlutusScript (..))
1919
import MAlonzo.Code.Ledger.Dijkstra.Foreign.Cert as X
20-
(certStep, certsStep, CertState(..))
20+
(certStep, certsStep)
2121
import MAlonzo.Code.Ledger.Dijkstra.Foreign.Chain as X
2222
(ChainState(..), Block(..), chainStep)
2323
import MAlonzo.Code.Ledger.Dijkstra.Foreign.Certs as X
24-
( StakePoolParams(..), PState(..), DelegEnv(..), GovCertEnv(..), CertEnv(..), DState(..), DCert(..), GState(..)
24+
( StakePoolParams(..), PState(..), DelegEnv(..), GovCertEnv(..), CertEnv(..), DState(..), DCert(..), GState(..), CertState(..)
2525
, delegStep, govCertStep, poolStep)
2626
import MAlonzo.Code.Ledger.Dijkstra.Foreign.Entities as X
2727
(EntitiesEnv(..), entitiesStep, SubEntitiesEnv(..), subentitiesStep)

0 commit comments

Comments
 (0)