Skip to content

Commit f791741

Browse files
committed
Fixed up deps and removed wire-react
1 parent 7e14e0c commit f791741

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

packages.dhall

-5
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,6 @@ let additions =
129129
, repo = "https://github.com/robertdp/purescript-wire.git"
130130
, version = "v0.4.2"
131131
}
132-
, wire-react =
133-
{ dependencies = [ "wire", "free", "freet", "react-basic-hooks" ]
134-
, repo = "https://github.com/robertdp/purescript-wire-react.git"
135-
, version = "v0.0.1"
136-
}
137132
}
138133

139134
in upstream // overrides // additions

spago.dhall

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ You can edit this file as you like.
66
, dependencies =
77
[ "aff"
88
, "indexed-monad"
9+
, "freet"
910
, "profunctor-lenses"
11+
, "react-basic-hooks"
1012
, "routing"
11-
, "routing-duplex"
12-
, "wire-react"
13+
, "wire"
1314
]
1415
, packages = ./packages.dhall
1516
, sources = [ "src/**/*.purs", "test/**/*.purs" ]

0 commit comments

Comments
 (0)