-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.dhall
47 lines (46 loc) · 1.06 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
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.15.7-20230320/packages.dhall
sha256:6f2a4b50b793f304d3a64fd25d631de990de280981c73b0683a090e4fa499f0d
in upstream
with yjs =
{ dependencies =
[ "console"
, "effect"
, "foreign"
, "functions"
, "newtype"
, "prelude"
, "web-dom"
]
, repo = "https://github.com/rowtype-yoga/purescript-yjs.git"
, version = "fc233e7"
}
with supabase =
{ dependencies =
[ "aff"
, "aff-promise"
, "console"
, "datetime"
, "effect"
, "either"
, "fetch"
, "fetch-core"
, "foldable-traversable"
, "foreign"
, "functions"
, "lists"
, "maybe"
, "nullable"
, "prelude"
, "react-basic-hooks"
, "record"
, "record-studio"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "web-file"
, "yoga-json"
]
, version = "6d02a8e"
, repo = "https://github.com/rowtype-yoga/purescript-supabase.git"
}