-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store path: /nix/store/382rdcsc70a6l2wqh0vgfp1zpcmacl44-combined-docs
- Loading branch information
1 parent
8a5a723
commit 3fb238b
Showing
30 changed files
with
988 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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 @@ | ||
{"signatures":[],"signed":{"_type":"Targets","expires":null,"targets":{"<repo>/package/plutarch-ledger-api-3.2.1.tar.gz":{"hashes":{"sha256":"191ffc3c54c42e146f458c564aa0b6213c312187451c7a9323bdc77c2095678a"},"length":30832}},"version":1}} |
108 changes: 108 additions & 0 deletions
108
index/plutarch-ledger-api/3.2.1/plutarch-ledger-api.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,108 @@ | ||
cabal-version: 3.0 | ||
name: plutarch-ledger-api | ||
version: 3.2.1 | ||
|
||
common common-lang | ||
default-language: Haskell2010 | ||
ghc-options: | ||
-Wall -Wcompat -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Wredundant-constraints -Werror | ||
-Wmissing-deriving-strategies -Wmissing-export-lists | ||
|
||
build-depends: base | ||
default-extensions: | ||
BangPatterns | ||
BinaryLiterals | ||
DataKinds | ||
DeriveAnyClass | ||
DeriveGeneric | ||
DeriveTraversable | ||
DerivingVia | ||
DuplicateRecordFields | ||
EmptyCase | ||
FlexibleContexts | ||
FlexibleInstances | ||
GeneralizedNewtypeDeriving | ||
HexFloatLiterals | ||
ImportQualifiedPost | ||
InstanceSigs | ||
KindSignatures | ||
LambdaCase | ||
MultiParamTypeClasses | ||
NoStarIsType | ||
NumericUnderscores | ||
OverloadedLabels | ||
OverloadedStrings | ||
PackageImports | ||
ScopedTypeVariables | ||
StandaloneDeriving | ||
TupleSections | ||
TypeApplications | ||
TypeFamilies | ||
TypeOperators | ||
UndecidableInstances | ||
|
||
common test-lang | ||
import: common-lang | ||
ghc-options: -O2 -threaded -rtsopts -with-rtsopts=-N | ||
build-depends: | ||
, plutarch | ||
, plutarch-ledger-api | ||
, plutus-ledger-api | ||
, QuickCheck | ||
, tasty | ||
, tasty-quickcheck | ||
|
||
library | ||
import: common-lang | ||
exposed-modules: | ||
Plutarch.LedgerApi.AssocMap | ||
Plutarch.LedgerApi.Interval | ||
Plutarch.LedgerApi.Utils | ||
Plutarch.LedgerApi.V1 | ||
Plutarch.LedgerApi.V2 | ||
Plutarch.LedgerApi.V3 | ||
Plutarch.LedgerApi.Value | ||
|
||
other-modules: | ||
Plutarch.LedgerApi.V1.Address | ||
Plutarch.LedgerApi.V1.Contexts | ||
Plutarch.LedgerApi.V1.Credential | ||
Plutarch.LedgerApi.V1.Crypto | ||
Plutarch.LedgerApi.V1.DCert | ||
Plutarch.LedgerApi.V1.Scripts | ||
Plutarch.LedgerApi.V1.Time | ||
Plutarch.LedgerApi.V1.Tx | ||
Plutarch.LedgerApi.V2.Tx | ||
Plutarch.LedgerApi.V3.Contexts | ||
Plutarch.LedgerApi.V3.Tx | ||
|
||
build-depends: | ||
, bytestring | ||
, cryptonite | ||
, memory | ||
, plutarch | ||
, plutus-core | ||
, plutus-ledger-api | ||
, plutus-tx | ||
, serialise | ||
|
||
hs-source-dirs: src | ||
|
||
test-suite tests | ||
import: test-lang | ||
type: exitcode-stdio-1.0 | ||
main-is: Main.hs | ||
other-modules: | ||
Laws | ||
Utils | ||
V1 | ||
V2 | ||
V3 | ||
|
||
build-depends: | ||
, plutarch-orphanage | ||
, plutus-tx | ||
, prettyprinter | ||
|
||
hs-source-dirs: test |
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 @@ | ||
{"signatures":[],"signed":{"_type":"Targets","expires":null,"targets":{"<repo>/package/plutarch-ledger-api-999.0.0.tar.gz":{"hashes":{"sha256":"9d4c6f99c40eae32728d88891d49f0cfbeb21b0220669a5646583eaf58cd5ccc"},"length":28715}},"version":1}} |
80 changes: 80 additions & 0 deletions
80
index/plutarch-ledger-api/999.0.0/plutarch-ledger-api.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,80 @@ | ||
cabal-version: 3.0 | ||
name: plutarch-ledger-api | ||
version: 999.0.0 | ||
|
||
common common-lang | ||
default-language: Haskell2010 | ||
ghc-options: | ||
-Wall -Wcompat -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Wredundant-constraints -Werror | ||
-Wmissing-deriving-strategies -Wmissing-export-lists | ||
-Wno-missing-export-lists | ||
|
||
build-depends: base | ||
default-extensions: | ||
BangPatterns | ||
BinaryLiterals | ||
DataKinds | ||
DeriveAnyClass | ||
DeriveGeneric | ||
DeriveTraversable | ||
DerivingVia | ||
DuplicateRecordFields | ||
EmptyCase | ||
FlexibleContexts | ||
FlexibleInstances | ||
GeneralizedNewtypeDeriving | ||
HexFloatLiterals | ||
ImportQualifiedPost | ||
InstanceSigs | ||
KindSignatures | ||
LambdaCase | ||
MultiParamTypeClasses | ||
NoStarIsType | ||
NumericUnderscores | ||
OverloadedLabels | ||
OverloadedStrings | ||
PackageImports | ||
ScopedTypeVariables | ||
StandaloneDeriving | ||
TupleSections | ||
TypeApplications | ||
TypeFamilies | ||
TypeOperators | ||
UndecidableInstances | ||
|
||
library | ||
import: common-lang | ||
exposed-modules: | ||
Plutarch.LedgerApi.AssocMap | ||
Plutarch.LedgerApi.Interval | ||
Plutarch.LedgerApi.Utils | ||
Plutarch.LedgerApi.V1 | ||
Plutarch.LedgerApi.V2 | ||
Plutarch.LedgerApi.V3 | ||
Plutarch.LedgerApi.Value | ||
|
||
other-modules: | ||
Plutarch.LedgerApi.V1.Address | ||
Plutarch.LedgerApi.V1.Contexts | ||
Plutarch.LedgerApi.V1.Credential | ||
Plutarch.LedgerApi.V1.Crypto | ||
Plutarch.LedgerApi.V1.DCert | ||
Plutarch.LedgerApi.V1.Scripts | ||
Plutarch.LedgerApi.V1.Time | ||
Plutarch.LedgerApi.V1.Tx | ||
Plutarch.LedgerApi.V2.Tx | ||
Plutarch.LedgerApi.V3.Contexts | ||
Plutarch.LedgerApi.V3.Tx | ||
|
||
build-depends: | ||
, bytestring | ||
, cryptonite | ||
, memory | ||
, plutarch | ||
, plutus-core | ||
, plutus-ledger-api | ||
, plutus-tx | ||
, serialise | ||
|
||
hs-source-dirs: src |
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 @@ | ||
{"signatures":[],"signed":{"_type":"Targets","expires":null,"targets":{"<repo>/package/plutarch-orphanage-1.0.3.tar.gz":{"hashes":{"sha256":"9cc06d37f1c3520cf8b2d326ac9e3f7c6f59cd77e7172b07f2d923b707163b81"},"length":18746}},"version":1}} |
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,82 @@ | ||
cabal-version: 3.0 | ||
name: plutarch-orphanage | ||
version: 1.0.3 | ||
author: | ||
Koz Ross <[email protected]>, Seungheon Oh <[email protected]> | ||
|
||
license: MIT | ||
extra-source-files: README.md | ||
tested-with: GHC ==9.6.4 | ||
|
||
common lang | ||
default-language: Haskell2010 | ||
build-depends: base >=4.9 && <5 | ||
default-extensions: | ||
BangPatterns | ||
BinaryLiterals | ||
DataKinds | ||
DeriveTraversable | ||
DerivingVia | ||
DuplicateRecordFields | ||
EmptyCase | ||
FlexibleContexts | ||
FlexibleInstances | ||
GeneralizedNewtypeDeriving | ||
HexFloatLiterals | ||
ImportQualifiedPost | ||
InstanceSigs | ||
KindSignatures | ||
LambdaCase | ||
MultiParamTypeClasses | ||
NoFieldSelectors | ||
NoStarIsType | ||
NumericUnderscores | ||
OverloadedLabels | ||
OverloadedStrings | ||
PackageImports | ||
ScopedTypeVariables | ||
StandaloneDeriving | ||
TupleSections | ||
TypeApplications | ||
TypeFamilies | ||
UndecidableInstances | ||
|
||
ghc-options: | ||
-Wall -Wcompat -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Werror -Wredundant-bang-patterns | ||
-Wredundant-strictness-flags -Wmissing-deriving-strategies | ||
-Wredundant-constraints | ||
|
||
library | ||
import: lang | ||
exposed-modules: | ||
PlutusLedgerApi.QuickCheck.Utils | ||
PlutusLedgerApi.V1.Orphans | ||
PlutusLedgerApi.V2.Orphans | ||
PlutusLedgerApi.V3.Orphans | ||
|
||
other-modules: | ||
PlutusLedgerApi.Orphans.Common | ||
PlutusLedgerApi.V1.Orphans.Address | ||
PlutusLedgerApi.V1.Orphans.Contexts | ||
PlutusLedgerApi.V1.Orphans.Credential | ||
PlutusLedgerApi.V1.Orphans.Crypto | ||
PlutusLedgerApi.V1.Orphans.DCert | ||
PlutusLedgerApi.V1.Orphans.Interval | ||
PlutusLedgerApi.V1.Orphans.Scripts | ||
PlutusLedgerApi.V1.Orphans.Time | ||
PlutusLedgerApi.V1.Orphans.Tx | ||
PlutusLedgerApi.V1.Orphans.Value | ||
PlutusLedgerApi.V2.Orphans.Contexts | ||
PlutusLedgerApi.V2.Orphans.Tx | ||
|
||
build-depends: | ||
, bytestring | ||
, containers | ||
, plutus-core >=1.30.0.0 | ||
, plutus-ledger-api | ||
, plutus-tx | ||
, QuickCheck | ||
, quickcheck-instances | ||
|
||
hs-source-dirs: src |
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 @@ | ||
{"signatures":[],"signed":{"_type":"Targets","expires":null,"targets":{"<repo>/package/plutarch-orphanage-999.0.0.tar.gz":{"hashes":{"sha256":"e0c79266db3c54feb3e01cf669a2b2fb18b2da778b8d9e13660e3a9b6919ed81"},"length":20718}},"version":1}} |
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,83 @@ | ||
cabal-version: 3.0 | ||
name: plutarch-orphanage | ||
version: 999.0.0 | ||
author: | ||
Koz Ross <[email protected]>, Seungheon Oh <[email protected]> | ||
|
||
license: MIT | ||
extra-source-files: README.md | ||
tested-with: GHC ==9.6.4 | ||
|
||
common lang | ||
default-language: Haskell2010 | ||
build-depends: base >=4.9 && <5 | ||
default-extensions: | ||
BangPatterns | ||
BinaryLiterals | ||
DataKinds | ||
DeriveTraversable | ||
DerivingVia | ||
DuplicateRecordFields | ||
EmptyCase | ||
FlexibleContexts | ||
FlexibleInstances | ||
GeneralizedNewtypeDeriving | ||
HexFloatLiterals | ||
ImportQualifiedPost | ||
InstanceSigs | ||
KindSignatures | ||
LambdaCase | ||
MultiParamTypeClasses | ||
NoFieldSelectors | ||
NoStarIsType | ||
NumericUnderscores | ||
OverloadedLabels | ||
OverloadedStrings | ||
PackageImports | ||
ScopedTypeVariables | ||
StandaloneDeriving | ||
TupleSections | ||
TypeApplications | ||
TypeFamilies | ||
UndecidableInstances | ||
|
||
ghc-options: | ||
-Wall -Wcompat -Wincomplete-record-updates | ||
-Wincomplete-uni-patterns -Werror -Wredundant-bang-patterns | ||
-Wredundant-strictness-flags -Wmissing-deriving-strategies | ||
-Wredundant-constraints | ||
|
||
library | ||
import: lang | ||
exposed-modules: | ||
PlutusLedgerApi.QuickCheck.Utils | ||
PlutusLedgerApi.V1.Orphans | ||
PlutusLedgerApi.V2.Orphans | ||
PlutusLedgerApi.V3.Orphans | ||
|
||
other-modules: | ||
PlutusLedgerApi.Orphans.Common | ||
PlutusLedgerApi.V1.Orphans.Address | ||
PlutusLedgerApi.V1.Orphans.Contexts | ||
PlutusLedgerApi.V1.Orphans.Credential | ||
PlutusLedgerApi.V1.Orphans.Crypto | ||
PlutusLedgerApi.V1.Orphans.DCert | ||
PlutusLedgerApi.V1.Orphans.Interval | ||
PlutusLedgerApi.V1.Orphans.Scripts | ||
PlutusLedgerApi.V1.Orphans.Time | ||
PlutusLedgerApi.V1.Orphans.Tx | ||
PlutusLedgerApi.V1.Orphans.Value | ||
PlutusLedgerApi.V2.Orphans.Contexts | ||
PlutusLedgerApi.V2.Orphans.Tx | ||
PlutusLedgerApi.V3.Orphans.Value | ||
|
||
build-depends: | ||
, bytestring | ||
, containers | ||
, plutus-core >=1.30.0.0 | ||
, plutus-ledger-api | ||
, plutus-tx | ||
, QuickCheck | ||
, quickcheck-instances | ||
|
||
hs-source-dirs: src |
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 @@ | ||
{"signatures":[],"signed":{"_type":"Targets","expires":null,"targets":{"<repo>/package/plutarch-1.4.0.tar.gz":{"hashes":{"sha256":"2dcccc3027a40c650d749b1b4e42569d4051b97fecc61f46c20d7c99942cdc06"},"length":77036}},"version":1}} |
Oops, something went wrong.