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

Add Data.Value to PlutusLedgerAPI #6143

Merged
merged 14 commits into from
Jun 7, 2024
5 changes: 5 additions & 0 deletions plutus-ledger-api/plutus-ledger-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ library
PlutusLedgerApi.V1.Contexts
PlutusLedgerApi.V1.Credential
PlutusLedgerApi.V1.Crypto
PlutusLedgerApi.V1.Data.Value
PlutusLedgerApi.V1.DCert
PlutusLedgerApi.V1.EvaluationContext
PlutusLedgerApi.V1.Interval
Expand Down Expand Up @@ -116,6 +117,7 @@ library plutus-ledger-api-testlib
PlutusLedgerApi.Test.EvaluationEvent
PlutusLedgerApi.Test.Examples
PlutusLedgerApi.Test.Scripts
PlutusLedgerApi.Test.V1.Data.Value
PlutusLedgerApi.Test.V1.EvaluationContext
PlutusLedgerApi.Test.V1.Value
PlutusLedgerApi.Test.V2.EvaluationContext
Expand Down Expand Up @@ -150,6 +152,7 @@ test-suite plutus-ledger-api-test
Spec.Eval
Spec.Interval
Spec.ScriptDecodeError
Spec.V1.Data.Value
Spec.V1.Value
Spec.Versions

Expand Down Expand Up @@ -185,6 +188,8 @@ test-suite plutus-ledger-api-plugin-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
other-modules:
Spec.Budget
Spec.Data.Budget
Spec.Data.Value
Spec.Value

build-depends:
Expand Down
Loading