Skip to content

Commit

Permalink
Merge pull request #8 from input-output-hk/PLT-7412
Browse files Browse the repository at this point in the history
PLT-7414 / PLT-7412: New repos / Filter contracts by address and role tokens
  • Loading branch information
paluh authored Sep 14, 2023
2 parents f7b2cba + 0bec17e commit a6da7c4
Show file tree
Hide file tree
Showing 64 changed files with 564 additions and 5,543 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
- uses: actions/setup-node@v2

- uses: purescript-contrib/setup-purescript@main
with:
Expand All @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: "20.x"

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

167 changes: 167 additions & 0 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,170 @@ in upstream
]
"https://github.com/paluh/purescript-foreign-generic.git"
"a5c23d29e72619624978446293ac9bb45ccd2fde"

with cardano-multiplatform-lib =
mkPackage
[ "argonaut"
, "arraybuffer-types"
, "arrays"
, "debug"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "js-object"
, "js-promise-aff"
, "lists"
, "marlowe"
, "maybe"
, "newtype"
, "nullable"
, "ordered-collections"
, "partial"
, "prelude"
, "refs"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "undefined-is-not-a-problem"
, "web-encoding"
]
"https://github.com/input-output-hk/purescript-cardano-multiplatform-lib.git"
"main"

with cardano-wallet-client =
mkPackage
[ "argonaut"
, "arraybuffer-types"
, "arrays"
, "debug"
, "effect"
, "either"
, "exceptions"
, "foldable-traversable"
, "js-object"
, "js-promise-aff"
, "lists"
, "marlowe"
, "maybe"
, "newtype"
, "nullable"
, "ordered-collections"
, "partial"
, "prelude"
, "refs"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "undefined-is-not-a-problem"
, "web-encoding"
]
"https://github.com/input-output-hk/purescript-cardano-wallet-client.git"
"main"

with marlowe-runtime-client =
mkPackage
[ "aff"
, "aff-promise"
, "argonaut"
, "argonaut-codecs"
, "argonaut-core"
, "arraybuffer"
, "arraybuffer-types"
, "arrays"
, "atleast"
, "avar"
, "bifunctors"
, "bigints"
, "cardano-multiplatform-lib"
, "checked-exceptions"
, "console"
, "control"
, "convertable-options"
, "datetime"
, "datetime-iso"
, "debug"
, "decimals"
, "effect"
, "either"
, "enums"
, "errors"
, "exceptions"
, "fetch"
, "fetch-core"
, "filterable"
, "foldable-traversable"
, "foreign"
, "foreign-generic"
, "foreign-object"
, "formatters"
, "free"
, "freeap"
, "functions"
, "functors"
, "halogen-subscriptions"
, "heterogeneous"
, "http-methods"
, "identity"
, "indexed-monad"
, "integers"
, "js-date"
, "js-object"
, "js-promise"
, "js-promise-aff"
, "js-timers"
, "js-unsafe-stringify"
, "lists"
, "marlowe"
, "maybe"
, "monad-loops"
, "newtype"
, "node-process"
, "nonempty"
, "now"
, "nullable"
, "ordered-collections"
, "parallel"
, "parsing"
, "partial"
, "posix-types"
, "prelude"
, "profunctor"
, "profunctor-lenses"
, "random"
, "record"
, "refs"
, "row-joins"
, "safe-coerce"
, "strings"
, "tailrec"
, "transformers"
, "tuples"
, "typelevel-eval"
, "typelevel-prelude"
, "uint"
, "undefined-is-not-a-problem"
, "unfoldable"
, "unsafe-coerce"
, "uri"
, "validation"
, "variant"
, "web-dom"
, "web-encoding"
, "web-file"
, "web-html"
]
"https://github.com/input-output-hk/purescript-marlowe-runtime-client.git"
"main"

with
errors =
mkPackage
[ "control", "effect", "either", "maybe", "prelude"
, "transformers"
]
"https://github.com/CarstenKoenig/purescript-errors.git"
"edfd8b1a285920e725a7fec32e736c5d59561772"

35 changes: 4 additions & 31 deletions spago.dhall
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{ name = "my-project"
{ name = "marlowe-runner"
, dependencies =
[ "aff"
, "aff-promise"
, "argonaut"
, "argonaut-codecs"
, "argonaut-core"
, "argonaut-generic"
, "array-builder"
, "arraybuffer-types"
, "arrays"
, "atleast"
, "avar"
, "bifunctors"
, "bigints"
, "cardano-multiplatform-lib"
, "cardano-wallet-client"
, "console"
, "control"
, "convertable-options"
Expand All @@ -24,44 +21,30 @@
, "either"
, "enums"
, "exceptions"
, "fetch"
, "fetch-argonaut"
, "fetch-core"
, "filterable"
, "foldable-traversable"
, "foreign"
, "foreign-generic"
, "foreign-object"
, "formatters"
, "functions"
, "functors"
, "halogen-subscriptions"
, "heterogeneous"
, "http-methods"
, "identity"
, "indexed-monad"
, "integers"
, "js-date"
, "js-object"
, "js-promise"
, "js-promise-aff"
, "js-timers"
, "js-unsafe-stringify"
, "lazy"
, "lists"
, "marlowe"
, "marlowe-runtime-client"
, "maybe"
, "monad-loops"
, "newtype"
, "node-buffer"
, "node-fs-aff"
, "node-process"
, "nonempty"
, "now"
, "nullable"
, "numbers"
, "ordered-collections"
, "orders"
, "parallel"
, "parsing"
, "partial"
Expand All @@ -71,38 +54,28 @@
, "prelude"
, "profunctor"
, "profunctor-lenses"
, "qualified-do"
, "quickcheck"
, "random"
, "react-basic"
, "react-basic-dom"
, "react-basic-hooks"
, "react-bootstrap"
, "react-halo"
, "record"
, "refined"
, "refs"
, "row-joins"
, "safe-coerce"
, "spec"
, "strings"
, "stringutils"
, "tailrec"
, "transformers"
, "tuples"
, "typelevel"
, "typelevel-eval"
, "typelevel-prelude"
, "undefined-is-not-a-problem"
, "unfoldable"
, "unsafe-coerce"
, "validation"
, "variant"
, "web-dom"
, "web-encoding"
, "web-file"
, "web-html"
, "web-streams"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down
Loading

0 comments on commit a6da7c4

Please sign in to comment.