-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3848 from input-output-hk/lehins/plutus-module-re…
…structure Plutus modules restructure
- Loading branch information
Showing
117 changed files
with
2,507 additions
and
2,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
module Cardano.Ledger.Alonzo.Data | ||
{-# DEPRECATED "This module has been split into two `Cardano.Ledger.Alonzo.TxAuxData` and `Cardano.Ledger.Alonzo.Scripts.Data`" #-} ( | ||
{-# DEPRECATED "This module has been split into two \"Cardano.Ledger.Alonzo.TxAuxData\" and \"Cardano.Ledger.Plutus.Data\"" #-} ( | ||
module X, | ||
) | ||
where | ||
|
||
import Cardano.Ledger.Alonzo.Scripts.Data as X | ||
import Cardano.Ledger.Alonzo.TxAuxData as X | ||
import Cardano.Ledger.Plutus.Data as X |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{-# LANGUAGE DeriveGeneric #-} | ||
module Cardano.Ledger.Alonzo.Language | ||
{-# DEPRECATED "Use \"Cardano.Ledger.Plutus.Language\" instead" #-} | ||
(module Cardano.Ledger.Plutus.Language) where | ||
|
||
-- | This module exports the module Cardano.Ledger.Language. That module exports data | ||
-- structures and operations for talking about Non-native Script languages. It is expected that new languages (or new | ||
-- versions of old languages) will be added there, and just imported here. | ||
module Cardano.Ledger.Alonzo.Language (module Cardano.Ledger.Language) where | ||
|
||
import Cardano.Ledger.Language | ||
import Cardano.Ledger.Plutus.Language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.