Skip to content

Commit 5fba521

Browse files
committed
Formatted Spago deps
1 parent 115dc3c commit 5fba521

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spago.dhall

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ 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", "free", "freeap", "halogen-subscriptions", "react-basic-hooks", "refs", "unsafe-reference" ]
9+
[ "aff"
10+
, "free"
11+
, "freeap"
12+
, "halogen-subscriptions"
13+
, "react-basic-hooks"
14+
, "refs"
15+
, "unsafe-reference"
16+
]
1017
, packages = ./packages.dhall
1118
, sources = [ "src/**/*.purs" ]
1219
}

0 commit comments

Comments
 (0)