-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackages.dhall
More file actions
28 lines (26 loc) · 832 Bytes
/
packages.dhall
File metadata and controls
28 lines (26 loc) · 832 Bytes
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
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.14.0-20210409/packages.dhall sha256:e81c2f2ce790c0e0d79869d22f7a37d16caeb5bd81cfda71d46c58f6199fd33f
let additions = {=}
-- 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/srghma/purescript-dodo-printer.git"
-- , version = "master"
-- }
-- }
in upstream // additions