Skip to content

Commit

Permalink
use Spago Workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbecich committed Jul 6, 2024
1 parent 8a04045 commit 1f1b74e
Show file tree
Hide file tree
Showing 10 changed files with 1,986 additions and 185 deletions.
62 changes: 1 addition & 61 deletions example/spago.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package:
name: bridge-example
name: example
dependencies:
- aff
- affjax
Expand All @@ -22,63 +22,3 @@ package:
- prelude
- profunctor-lenses
- tuples
workspace:
extraPackages:
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
packageSet:
registry: 50.1.0
2 changes: 1 addition & 1 deletion example/src/Main.purs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Main where
module ExampleMain where

import Prelude

Expand Down
Loading

0 comments on commit 1f1b74e

Please sign in to comment.