-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.dhall
35 lines (29 loc) · 952 Bytes
/
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
let upstream =
https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20201204/packages.dhall sha256:5edc9af74593eab8834d7e324e5868a3d258bbab75c5531d2eb770d4324a2900
in upstream
with purescript-erlps-core =
{ dependencies =
[ "prelude" ]
, repo =
"https://github.com/erlscripten/erlps-core.git"
, version =
"main"
}
with purescript-erlps-stdlib =
{ dependencies =
[ "prelude", "purescript-erlps-core" ]
, repo =
"https://github.com/erlscripten/erlps-stdlib.git"
, version =
"main"
}
with base58 =
{ dependencies =
[ "prelude" ]
, repo =
"https://github.com/throughnothing/purescript-base58.git"
, version =
"v0.0.3"
}
with math.repo = "https://github.com/minoki/purescript-math/"
with math.version = "es6-functions"