-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.dhall
144 lines (142 loc) · 4.77 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
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.14.1-20210506/packages.dhall sha256:d199e142515f9cc15838d8e6d724a98cd0ca776ceb426b7b36e841311643e3ef
in upstream
with
exists = upstream.exists // { version = "v5.1.0" }
with
homogeneous = mkPackage
[ "assert", "console", "effect", "foreign-object", "psci-support"
, "record-extra", "typelevel-eval", "variant"
]
"https://github.com/paluh/purescript-homogeneous.git"
"v0.3.0"
with
http-types =
{ dependencies = [ "tuples", "unicode"]
, repo = "https://github.com/Woody88/purescript-http-types.git"
, version = "3bcbf8b63d6ffce66356186519365cbf38697eb2"
}
with
js-unsafe-stringify =
{ dependencies = ([] : List Text)
, repo = "https://github.com/paluh/purescript-js-unsafe-stringify"
, version = "03cbaf1837c85ad06402226a2f564a384ab8a96e"
}
with
polyform = ../polyform/spago.dhall as Location
with
polyform-batteries-core = ../batteries-core/spago.dhall as Location
with
polyform-batteries-json = ../batteries-json/spago.dhall as Location
-- with
-- request-duplex = ../request-duplex/spago.dhall as Location
-- with
-- request-duplex-variant = ../request-duplex-variant/spago.dhall as Location
with record-prefix =
mkPackage
[ "assert"
, "effect"
, "heterogeneous"
, "prelude"
, "record"
, "typelevel-eval"
, "typelevel-prelude"
, "variant"
]
"https://github.com/dariooddenino/purescript-record-prefix.git"
"3dc89e61245872b726ba6f4ed7843d4126a290bb"
with
-- typelevel-eval = mkPackage
-- [ "console", "effect", "leibniz", "psci-support", "record" ]
-- "https://github.com/natefaubion/purescript-typelevel-eval.git"
-- "04e86ce3be5c46a7a13270d4fca183af6de648f5"
typelevel-eval = mkPackage
[ "console", "effect", "leibniz", "psci-support", "record" ]
"https://github.com/natefaubion/purescript-typelevel-eval"
"v0.5.0"
with
web-fetch =
{ dependencies =
[ "effect"
, "foreign-object"
, "http-methods"
, "prelude"
, "record"
, "typelevel-prelude"
, "web-file"
, "web-promise"
, "web-streams"
]
, repo = "https://github.com/paluh/purescript-web-fetch.git"
, version = "22a1dc41938c4fd76d992b1dc2d2c9ae04ece947"
}
with
web-file =
{ dependencies = [ "foreign", "media-types", "web-dom" ]
, repo = "https://github.com/purescript-web/purescript-web-file.git"
, version = "v2.3.0"
}
with
webrow = mkPackage
[ "b64", "console", "crypto", "effect", "homogeneous", "httpure", "logging-journald"
, "optparse", "polyform-batteries-env", "postgresql-client", "profunctor-lenses"
, "psci-support", "record", "record-extra", "routing-duplex-variant", "resourcet", "run"
, "run-streaming", "selda", "simple-jwt", "smolder", "spec", "strings"
, "string-parsers", "typelevel-eval", "undefined-is-not-a-problem", "uuid"
]
"https://github.com/purescript-webrow/webrow.git"
"b6b928ede6ed5430f759bb39f268061377d5ccd9"
with
web-promise =
{ dependencies =
[ "effect"
, "foldable-traversable"
, "exceptions"
, "functions"
, "maybe"
, "prelude"
]
, repo = "https://github.com/purescript-web/purescript-web-promise.git"
, version = "v1.0.3"
}
with
wire-react = mkPackage
[ "wire", "free", "freet", "react-basic-hooks" ]
"https://github.com/robertdp/purescript-wire-react"
"v0.0.1"
with
web-router = mkPackage
["aff", "effect", "freet", "indexed-monad", "prelude", "profunctor-lenses", "routing" ]
"https://github.com/robertdp/purescript-web-router"
"v0.3.0"
-- with
-- wire-react-router = mkPackage
-- [ "aff"
-- , "freet"
-- , "indexed-monad"
-- , "profunctor-lenses"
-- , "react-basic-hooks"
-- , "routing"
-- ]
-- "https://github.com/robertdp/purescript-web-router.git"
-- "v0.2.1"
with
web-streams =
{ dependencies =
[ "arraybuffer-types"
, "effect"
, "exceptions"
, "nullable"
, "prelude"
, "tuples"
, "web-promise"
]
, repo = "https://github.com/purescript-web/purescript-web-streams.git"
, version = "v1.0.0"
}
-- wire-react-router = mkPackage
-- [ "wire", "free", "freet", "react-basic-hooks" ]
-- "https://github.com/paluh/purescript-wire-react-router"
-- "master"