Skip to content

Commit

Permalink
Fixed up deps and removed wire-react
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdp committed Oct 1, 2020
1 parent 7e14e0c commit f791741
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions packages.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ let additions =
, repo = "https://github.com/robertdp/purescript-wire.git"
, version = "v0.4.2"
}
, wire-react =
{ dependencies = [ "wire", "free", "freet", "react-basic-hooks" ]
, repo = "https://github.com/robertdp/purescript-wire-react.git"
, version = "v0.0.1"
}
}

in upstream // overrides // additions
5 changes: 3 additions & 2 deletions spago.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ You can edit this file as you like.
, dependencies =
[ "aff"
, "indexed-monad"
, "freet"
, "profunctor-lenses"
, "react-basic-hooks"
, "routing"
, "routing-duplex"
, "wire-react"
, "wire"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
Expand Down

0 comments on commit f791741

Please sign in to comment.