Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 3 additions & 94 deletions chanterelle/example/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
dependencies:
- aff: ">=7.1.0 <8.0.0"
- aff: ">=8.0.0 <9.0.0"
- arrays: ">=7.3.0 <8.0.0"
- chanterelle: "*"
- effect: ">=4.0.0 <5.0.0"
Expand All @@ -9,7 +9,7 @@ package:
- identity: ">=6.0.0 <7.0.0"
- maybe: ">=6.0.0 <7.0.0"
- newtype: ">=5.0.0 <6.0.0"
- parallel: ">=6.0.0 <7.0.0"
- parallel: ">=7.0.0 <8.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor-lenses: ">=8.0.0 <9.0.0"
Expand All @@ -25,7 +25,7 @@ package:
- spec-node
workspace:
packageSet:
registry: 62.3.1
registry: 65.0.1
extraPackages:
chanterelle:
path: ..
Expand All @@ -49,101 +49,10 @@ workspace:
- tuples
git: https://github.com/martyall/purescript-coroutine-transducers
ref: v1.0.0
dodo-printer:
dependencies:
- aff
- ansi
- arrays
- avar
- console
- control
- effect
- either
- exceptions
- foldable-traversable
- integers
- lists
- maybe
- minibench
- newtype
- node-buffer
- node-child-process
- node-path
- node-process
- node-streams
- parallel
- partial
- posix-types
- prelude
- safe-coerce
- strings
- tuples
git: https://github.com/natefaubion/purescript-dodo-printer.git
ref: v2.2.1
eth-core:
path: ../../eth-core
solc:
path: ../../solc
tidy:
dependencies:
- arrays
- dodo-printer
- foldable-traversable
- language-cst-parser
- lists
- maybe
- ordered-collections
- partial
- prelude
- strings
- tuples
git: https://github.com/natefaubion/purescript-tidy.git
ref: v0.10.0
tidy-codegen:
dependencies:
- aff
- ansi
- arrays
- avar
- bifunctors
- console
- control
- dodo-printer
- effect
- either
- enums
- exceptions
- filterable
- foldable-traversable
- free
- identity
- integers
- language-cst-parser
- lazy
- lists
- maybe
- newtype
- node-buffer
- node-child-process
- node-path
- node-process
- node-streams
- ordered-collections
- parallel
- partial
- posix-types
- prelude
- record
- safe-coerce
- st
- strings
- tidy
- transformers
- tuples
- type-equality
- unicode
git: https://github.com/natefaubion/purescript-tidy-codegen.git
ref: v4.0.0
web3:
path: ../../web3
web3-generator:
Expand Down
4 changes: 2 additions & 2 deletions chanterelle/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
dependencies:
- aff: ">=7.1.0 <8.0.0"
- aff: ">=8.0.0 <9.0.0"
- ansi: ">=7.0.0 <8.0.0"
- argonaut: ">=9.0.0 <10.0.0"
- argonaut-core: ">=7.0.0 <8.0.0"
Expand Down Expand Up @@ -30,7 +30,7 @@ package:
- now: ">=6.0.0 <7.0.0"
- optparse: ">=5.0.1 <6.0.0"
- ordered-collections: ">=3.2.0 <4.0.0"
- parallel: ">=6.0.0 <7.0.0"
- parallel: ">=7.0.0 <8.0.0"
- partial: ">=4.0.0 <5.0.0"
- prelude: ">=6.0.1 <7.0.0"
- profunctor-lenses: ">=8.0.0 <9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions eth-core/spago.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ package:
test:
main: Test.EthCore.Main
dependencies:
- quickcheck: ">=7.0.0 <8.0.0"
- quickcheck-laws: ">=8.0.0 <9.0.0"
- quickcheck: ">=8.0.0 <9.0.0"
- quickcheck-laws: ">=7.0.0 <8.0.0"
- spec: ">=8.0.0 <9.0.0"
- spec-node: ">=0.0.3 <1.0.0"
Loading