We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34996bf commit 516b170Copy full SHA for 516b170
example/example.dhall
@@ -2,9 +2,18 @@ let conf = ../spago.dhall
2
in conf //
3
{ dependencies =
4
conf.dependencies #
5
- [ "debug"
+ [ "arrays"
6
+ , "console"
7
+ , "debug"
8
+ , "dom-indexed"
9
+ , "effect"
10
+ , "foreign-object"
11
, "halogen-select"
12
, "halogen-storybook"
13
+ , "integers"
14
+ , "strings"
15
+ , "web-events"
16
+ , "web-uievents"
17
]
18
, sources =
19
conf.sources #
0 commit comments