From 516b170ebf78294b207960e99f8a7f3a556aa88f Mon Sep 17 00:00:00 2001 From: Thomas Honeyman Date: Thu, 29 Apr 2021 08:09:05 -0700 Subject: [PATCH] Install transitive deps --- example/example.dhall | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/example/example.dhall b/example/example.dhall index 326978a..5224d8f 100644 --- a/example/example.dhall +++ b/example/example.dhall @@ -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 #