Skip to content

Commit

Permalink
Install transitive deps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashoneyman committed Apr 29, 2021
1 parent 34996bf commit 516b170
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion example/example.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ let conf = ../spago.dhall
in conf //
{ dependencies =
conf.dependencies #
[ "debug"
[ "arrays"
, "console"
, "debug"
, "dom-indexed"
, "effect"
, "foreign-object"
, "halogen-select"
, "halogen-storybook"
, "integers"
, "strings"
, "web-events"
, "web-uievents"
]
, sources =
conf.sources #
Expand Down

0 comments on commit 516b170

Please sign in to comment.