-
Notifications
You must be signed in to change notification settings - Fork 4
/
packages.dhall
117 lines (115 loc) · 3.18 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
let mkPackage =
https://raw.githubusercontent.com/purescript/package-sets/psc-0.13.0-20190626/src/mkPackage.dhall
sha256:0b197efa1d397ace6eb46b243ff2d73a3da5638d8d0ac8473e8e4a8fc528cf57
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.4-20221201/packages.dhall
sha256:d1a68fa15709eaa686515eb5b9950d82c743f7bf73e3d87a4abe9e1be6fda571
in upstream
with errors = ../purescript-errors/spago.dhall as Location
-- mkPackage
-- [ "prelude", "either", "maybe", "transformers", "control", "effect" ]
-- "https://github.com/passy/purescript-errors.git"
-- "v4.1.0"
with dodo-printer =
mkPackage
[ "ansi", "foldable-traversable", "lists", "maybe", "strings" ]
"https://github.com/natefaubion/purescript-dodo-printer.git"
"v2.1.0"
with js-object = ../js-object/spago.dhall as Location
with js-unsafe-stringify =
mkPackage
([] : List Text)
"https://github.com/paluh/purescript-js-unsafe-stringify"
"v0.2.1"
with language-cst-parser =
mkPackage
[ "arrays"
, "const"
, "effect"
, "either"
, "foldable-traversable"
, "free"
, "functors"
, "maybe"
, "numbers"
, "ordered-collections"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
]
"https://github.com/natefaubion/purescript-language-cst-parser.git"
"v0.9.1"
with matryoshka =
mkPackage
[ "fixed-points", "free", "prelude", "profunctor", "transformers" ]
"https://github.com/slamdata/purescript-matryoshka.git"
"v1.0.0"
with pprint =
mkPackage
[ "arrays", "strings", "unfoldable" ]
"https://github.com/paf31/purescript-pprint.git"
"v5.0.0"
with tidy-codegen =
mkPackage
[ "aff"
, "ansi"
, "arrays"
, "avar"
, "bifunctors"
, "console"
, "control"
, "dodo-printer"
, "effect"
, "either"
, "enums"
, "exceptions"
, "filterable"
, "foldable-traversable"
, "free"
, "identity"
, "integers"
, "language-cst-parser"
, "lazy"
, "lists"
, "maybe"
, "newtype"
, "node-buffer"
, "node-child-process"
, "node-fs-aff"
, "node-path"
, "node-process"
, "node-streams"
, "ordered-collections"
, "parallel"
, "partial"
, "posix-types"
, "prelude"
, "record"
, "safe-coerce"
, "st"
, "strings"
, "tidy"
, "transformers"
, "tuples"
, "type-equality"
, "unicode"
]
"https://github.com/natefaubion/purescript-tidy-codegen.git"
"v2.0.0"
with tidy =
mkPackage
[ "arrays"
, "dodo-printer"
, "foldable-traversable"
, "lists"
, "maybe"
, "ordered-collections"
, "partial"
, "prelude"
, "language-cst-parser"
, "strings"
, "tuples"
]
"https://github.com/natefaubion/purescript-tidy.git"
"v0.7.0"