Skip to content

Commit ec06834

Browse files
committed
Add explicit dep
1 parent 78dd14b commit ec06834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spago.dhall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can edit this file as you like.
66
, license = "BSD-3-Clause"
77
, repository = "https://github.com/robertdp/purescript-react-halo.git"
88
, dependencies =
9-
[ "aff", "event", "free", "freeap", "react-basic-hooks", "refs" ]
9+
[ "aff", "event", "free", "freeap", "react-basic-hooks", "refs", "unsafe-reference" ]
1010
, packages = ./packages.dhall
1111
, sources = [ "src/**/*.purs" ]
1212
}

0 commit comments

Comments
 (0)