Skip to content

Commit

Permalink
Add a dependency on the newly created concur-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnsit committed May 9, 2024
1 parent b5423c3 commit d1a7bd1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
6 changes: 1 addition & 5 deletions examples/spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ You can edit this file as you like.
{ name = "purescript-concur-react-examples"
, dependencies =
[ "aff"
, "affjax"
, "affjax-web"
, "argonaut"
, "argonaut-codecs"
, "argonaut-core"
, "arrays"
, "avar"
, "concur-core"
Expand All @@ -34,6 +29,7 @@ You can edit this file as you like.
, "transformers"
, "tuples"
, "unsafe-coerce"
, "concur-signals"
]
, sources = [ "src/**/*.purs" ]
, packages = ../packages.dhall
Expand Down
16 changes: 16 additions & 0 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,20 @@ in upstream
, version = "main"
}

with concur-signals =
{ dependencies =
[ "control"
, "concur-core"
, "effect"
, "either"
, "foldable-traversable"
, "lazy"
, "maybe"
, "prelude"
, "tuples"
]
, repo = "https://github.com/purescript-concur/purescript-concur-signals"
, version = "main"
}

with concur-react = ./spago.dhall as Location

0 comments on commit d1a7bd1

Please sign in to comment.