Skip to content

Commit

Permalink
move example to new Spago
Browse files Browse the repository at this point in the history
`spago migrate`
  • Loading branch information
flip111 authored and peterbecich committed Feb 25, 2024
1 parent 6f5008a commit 83a204d
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 99 deletions.
72 changes: 0 additions & 72 deletions example/packages.dhall

This file was deleted.

27 changes: 0 additions & 27 deletions example/spago.dhall

This file was deleted.

84 changes: 84 additions & 0 deletions example/spago.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
package:
name: bridge-example
dependencies:
- aff
- affjax
- affjax-web
- argonaut
- argonaut-aeson-generic
- argonaut-codecs
- argonaut-generic
- console
- control
- effect
- either
- foldable-traversable
- foreign-generic
- foreign-object
- json-helpers
- maybe
- newtype
- ordered-collections
- prelude
- profunctor-lenses
- tuples
workspace:
extra_packages:
argonaut-aeson-generic:
dependencies:
- argonaut
- argonaut-codecs
- argonaut-generic
- console
- effect
- foreign-object
- test-unit
git: https://github.com/coot/purescript-argonaut-aeson-generic.git
ref: v0.4.1
argonaut-codecs:
dependencies:
- console
git: https://github.com/peterbecich/purescript-argonaut-codecs.git
ref: 04abb3eb24a4deafe125be0eb23e2786c642e66b
foreign-generic:
dependencies:
- effect
- exceptions
- foreign
- foreign-object
- identity
- ordered-collections
- record
git: https://github.com/jsparkes/purescript-foreign-generic.git
ref: 844f2ababa2c7a0482bf871e1e6bf970b7e51313
json-helpers:
dependencies:
- aff
- argonaut-codecs
- argonaut-core
- arrays
- bifunctors
- contravariant
- control
- effect
- either
- enums
- foldable-traversable
- foreign-object
- maybe
- newtype
- ordered-collections
- prelude
- profunctor
- psci-support
- quickcheck
- record
- spec
- spec-quickcheck
- transformers
- tuples
- typelevel-prelude
git: https://github.com/input-output-hk/purescript-bridge-json-helpers.git
ref: 486db9ee62882baa42cca24f556848c5f6bec565
package_set:
url: https://raw.githubusercontent.com/purescript/package-sets/psc-0.15.4-20220901/packages.json

0 comments on commit 83a204d

Please sign in to comment.