-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.dhall
99 lines (99 loc) · 3.1 KB
/
packages.dhall
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{ css-properties =
{ dependencies = [ "prelude" ]
, repo = "https://github.com/nonbili/purescript-css-properties.git"
, version = "v0.3.0"
}
, css-validate =
{ dependencies = [ "functions", "exceptions" ]
, repo = "https://github.com/nonbili/purescript-css-validate.git"
, version = "v0.6.0"
}
, halogen-color-picker =
{ dependencies = [ "halogen", "numbers", "colors" ]
, repo = "https://github.com/nonbili/purescript-halogen-color-picker.git"
, version = "v1.0.0-rc.1"
}
, halogen-nselect =
{ dependencies = [ "halogen" ]
, repo = "https://github.com/nonbili/purescript-halogen-nselect.git"
, version = "v1.0.0-rc.2"
}
, jest =
{ dependencies = [ "effect", "aff", "aff-promise" ]
, repo = "https://github.com/nonbili/purescript-jest.git"
, version = "v0.4.0"
}
, lit-html =
{ dependencies = [ "argonaut-codecs", "web-dom" ]
, repo = "https://github.com/nonbili/purescript-lit-html.git"
, version = "v0.2.0"
}
, markdown-it =
{ dependencies = [ "effect", "options" ]
, repo = "https://github.com/nonbili/purescript-markdown-it.git"
, version = "v0.4.0"
}
, markdown-it-halogen =
{ dependencies = [ "markdown-it", "html-parser-halogen" ]
, repo = "https://github.com/nonbili/purescript-markdown-it-halogen.git"
, version = "v1.0.0-rc.1"
}
, msgpack-msgpack =
{ dependencies = [ "arraybuffer-types", "argonaut-codecs", "exceptions" ]
, repo = "https://github.com/nonbili/purescript-msgpack-msgpack.git"
, version = "v0.5.0"
}
, node-fs-extra =
{ dependencies = [ "node-path", "aff-promise", "node-buffer" ]
, repo = "https://github.com/nonbili/purescript-node-fs-extra.git"
, version = "v0.1.2"
}
, nonbili =
{ dependencies =
[ "argonaut-codecs"
, "arrays"
, "call-by-name"
, "console"
, "const"
, "debug"
, "effect"
, "either"
, "js-date"
, "strings"
, "transformers"
, "tuples"
]
, repo = "https://github.com/nonbili/purescript-nonbili.git"
, version = "v0.2.0"
}
, nonbili-dom =
{ dependencies = [ "effect", "web-dom", "web-html" ]
, repo = "https://github.com/nonbili/purescript-nonbili-dom.git"
, version = "v0.3.0"
}
, nonbili-halogen =
{ dependencies = [ "halogen" ]
, repo = "https://github.com/nonbili/purescript-nonbili-halogen.git"
, version = "v0.2.0"
}
, nonbili-nodejs =
{ dependencies = [ "effect", "aff", "aff-promise" ]
, repo = "https://github.com/nonbili/purescript-nonbili-nodejs.git"
, version = "v0.1.1"
}
, nonbili-postgres =
{ dependencies = [ "aff", "aff-promise", "argonaut-codecs", "effect" ]
, repo = "https://github.com/nonbili/purescript-nonbili-postgres.git"
, version = "v0.2.0"
}
, tauri =
{ dependencies = [ "aff", "aff-promise", "argonaut-codecs", "effect" ]
, repo = "https://github.com/nonbili/purescript-tauri.git"
, version = "v0.1.0"
}
, template-literals =
{ dependencies = [ "effect" ]
, repo = "https://github.com/nonbili/purescript-template-literals.git"
, version = "v0.2.0"
}
}