-
Notifications
You must be signed in to change notification settings - Fork 2
/
packages.dhall
62 lines (58 loc) · 1.49 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
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
js-unsafe-stringify = mkPackage
([] : List Text)
"https://github.com/paluh/purescript-js-unsafe-stringify.git"
"v0.2.0"
with
polyform = mkPackage
[ "arrays"
, "bifunctors"
, "control"
, "effect"
, "either"
, "enums"
, "functors"
, "heterogeneous"
, "js-unsafe-stringify"
, "identity"
, "invariant"
, "lists"
, "maybe"
, "newtype"
, "parallel"
, "partial"
, "prelude"
, "profunctor"
, "quickcheck"
, "quickcheck-laws"
, "record"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "unsafe-coerce"
, "validation"
, "variant"
]
"https://github.com/purescript-polyform/polyform.git"
"v0.9.1"
with
polyform-batteries-core = mkPackage
[ "affjax"
, "argonaut"
, "debug"
, "decimals"
, "filterable"
, "numbers"
, "polyform"
, "prelude"
, "record-extra"
, "test-unit"
]
"https://github.com/purescript-polyform/batteries-core.git"
"v0.3.0"