-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.dhall
43 lines (41 loc) · 1.13 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
let additions =
{ dodo-printer =
{ dependencies =
[ "aff"
, "ansi"
, "avar"
, "console"
, "effect"
, "foldable-traversable"
, "lists"
, "maybe"
, "minibench"
, "node-child-process"
, "node-fs-aff"
, "node-process"
, "psci-support"
, "strings"
]
, repo = "https://github.com/natefaubion/purescript-dodo-printer.git"
, version = "v2.0.0"
}
, ps-cst =
{ dependencies =
[ "console"
, "effect"
, "psci-support"
, "record"
, "strings"
, "spec"
, "node-path"
, "node-fs-aff"
, "ansi"
, "dodo-printer"
]
, repo = "https://github.com/purescript-codegen/purescript-ps-cst.git"
, version = "1339dd3"
}
}
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.0-20210406/packages.dhall sha256:7b6af643c2f61d936878f58b613fade6f3cb39f2b4a310f6095784c7b5285879
in upstream // additions