-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a revision for
cardano-ledger-shelley-ma-test-1.2.1.1
- Loading branch information
Showing
2 changed files
with
124 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
timestamp = 2023-06-20T08:51:26Z | ||
github = { repo = "input-output-hk/cardano-ledger", rev = "566853a6dbf6171919e058b92ac11dc36aa1a901" } | ||
subdir = 'eras/shelley-ma/test-suite' | ||
|
||
[[revisions]] | ||
number = 1 | ||
timestamp = 2023-08-17T16:07:17Z |
120 changes: 120 additions & 0 deletions
120
_sources/cardano-ledger-shelley-ma-test/1.2.1.1/revisions/1.cabal
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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
cabal-version: 3.0 | ||
name: cardano-ledger-shelley-ma-test | ||
version: 1.2.1.1 | ||
license: Apache-2.0 | ||
maintainer: operations@iohk.io | ||
author: IOHK | ||
bug-reports: https://github.com/input-output-hk/cardano-ledger/issues | ||
synopsis: Shelley ledger with multiasset and time lock support. | ||
description: | ||
This package extends the Shelley ledger with support for | ||
native tokens and timelocks. | ||
|
||
category: Network | ||
build-type: Simple | ||
data-files: | ||
cddl-files/shelley-ma.cddl | ||
cddl-files/real/crypto.cddl | ||
cddl-files/mock/extras.cddl | ||
|
||
source-repository head | ||
type: git | ||
location: https://github.com/input-output-hk/cardano-ledger | ||
subdir: eras/shelley-ma/test-suite | ||
|
||
library | ||
exposed-modules: | ||
Test.Cardano.Ledger.TranslationTools | ||
Test.Cardano.Ledger.EraBuffet | ||
Test.Cardano.Ledger.MaryEraGen | ||
Test.Cardano.Ledger.Mary.Golden | ||
Test.Cardano.Ledger.Mary.Examples.Consensus | ||
Test.Cardano.Ledger.AllegraEraGen | ||
Test.Cardano.Ledger.Allegra.Examples.Consensus | ||
Test.Cardano.Ledger.ShelleyMA.TxBody | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation.Generators | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation.Roundtrip | ||
|
||
hs-source-dirs: src | ||
default-language: Haskell2010 | ||
ghc-options: | ||
-Wall -Wcompat -Werror -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints | ||
-Wunused-packages | ||
|
||
build-depends: | ||
base >=4.14 && <4.19, | ||
bytestring, | ||
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.0, | ||
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.3, | ||
cardano-ledger-pretty, | ||
cardano-ledger-allegra:{cardano-ledger-allegra, testlib} ^>=1.2, | ||
cardano-ledger-mary:{cardano-ledger-mary, testlib} ^>=1.3, | ||
cardano-slotting, | ||
containers, | ||
hashable, | ||
cardano-ledger-shelley-test >=1.1, | ||
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.5 && <1.6, | ||
cardano-strict-containers, | ||
microlens, | ||
mtl, | ||
small-steps, | ||
tasty, | ||
tasty-quickcheck, | ||
tasty-hunit, | ||
text, | ||
QuickCheck | ||
|
||
test-suite cardano-ledger-shelley-ma-test | ||
type: exitcode-stdio-1.0 | ||
main-is: Tests.hs | ||
hs-source-dirs: test | ||
other-modules: | ||
Test.Cardano.Ledger.Mary.Examples | ||
Test.Cardano.Ledger.Mary.Examples.Cast | ||
Test.Cardano.Ledger.Mary.Examples.MultiAssets | ||
Test.Cardano.Ledger.Mary.Translation | ||
Test.Cardano.Ledger.Mary.Value | ||
Test.Cardano.Ledger.Allegra.Translation | ||
Test.Cardano.Ledger.Allegra.ScriptTranslation | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation.CDDL | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation.Golden.Encoding | ||
Test.Cardano.Ledger.ShelleyMA.Serialisation.Timelocks | ||
Paths_cardano_ledger_shelley_ma_test | ||
|
||
default-language: Haskell2010 | ||
ghc-options: | ||
-Wall -Wcompat -Werror -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints | ||
-Wunused-packages -threaded -rtsopts -with-rtsopts=-N | ||
"-with-rtsopts=-K4m -M350m" | ||
|
||
build-depends: | ||
base, | ||
bytestring, | ||
cardano-crypto-class, | ||
cardano-data, | ||
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.1, | ||
cardano-ledger-core:{cardano-ledger-core, testlib}, | ||
cardano-ledger-shelley-ma-test >=1.1, | ||
cardano-ledger-allegra >=1.1, | ||
cardano-ledger-mary:{cardano-ledger-mary, testlib}, | ||
cardano-protocol-tpraos >=1.0, | ||
cardano-slotting, | ||
cborg, | ||
containers, | ||
data-default-class, | ||
deepseq, | ||
groups, | ||
mtl, | ||
microlens, | ||
QuickCheck, | ||
cardano-ledger-shelley-test, | ||
cardano-ledger-shelley, | ||
small-steps-test, | ||
small-steps, | ||
cardano-strict-containers, | ||
tasty-hunit, | ||
tasty-quickcheck, | ||
tasty |