forked from nwolverson/purescript-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.dhall
69 lines (67 loc) · 1.97 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
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.2-20220706/packages.dhall sha256:7a24ebdbacb2bfa27b2fc6ce3da96f048093d64e54369965a2a7b5d9892b6031
in upstream
with uuid =
{ dependencies = [ "effect", "maybe", "foreign-generic", "console", "spec" ]
, repo = "https://github.com/megamaddu/purescript-uuid.git"
, version = "7bb5a90c9b11f6a33ac7610608a650e4d58aeac9"
}
with foreign-generic =
{ dependencies =
[ "effect"
, "exceptions"
, "foreign"
, "foreign-object"
, "identity"
, "ordered-collections"
, "record"
]
, repo =
"https://github.com/working-group-purescript-es/purescript-foreign-generic.git"
, version = "53410dd57e9b350d6c233f48f7aa46317c4faa21"
}
with untagged-union =
{ dependencies =
[ "assert"
, "console"
, "effect"
, "either"
, "foreign"
, "foreign-object"
, "literals"
, "maybe"
, "newtype"
, "prelude"
, "tuples"
, "unsafe-coerce"
]
, repo = "https://github.com/rowtype-yoga/purescript-untagged-union.git"
, version = "ed8262a966e15e751322c327e2759a9b9c0ef3f3"
}
with literals.repo = "https://github.com/ilyakooo0/purescript-literals.git"
with literals.version = "6875fb28026595cfb780318305a77e79b098bb01"
with psc-ide.version = "0f16603b3336340cbdbde197671cb96ff969a5f8"
-- purescript-language-cst-parser v0.12.1 with bugfixes is not yet in the package set.
with language-cst-parser =
{ dependencies =
[ "arrays"
, "console"
, "const"
, "debug"
, "effect"
, "either"
, "filterable"
, "foldable-traversable"
, "free"
, "functors"
, "maybe"
, "numbers"
, "psci-support"
, "strings"
, "transformers"
, "tuples"
, "typelevel-prelude"
]
, repo = "https://github.com/natefaubion/purescript-language-cst-parser.git"
, version = "v0.12.1"
}