File tree Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Expand file tree Collapse file tree 3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ node_modules/
7
7
yarn-error.log
8
8
yarn.lock
9
9
generated-docs /
10
+ .spago /
Original file line number Diff line number Diff line change
1
+
2
+ let upstream =
3
+ https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.14 . 1 - 20210419 / packages. dhall sha256: d9a082ffb5c0fabf689574f0680e901ca6f924e01acdbece5eeedd951731375a
4
+
5
+ let overrides = {= }
6
+
7
+ let additions =
8
+ { float32 =
9
+ { dependencies =
10
+ [ " effect"
11
+ , " gen"
12
+ , " maybe"
13
+ , " prelude"
14
+ ]
15
+ , repo =
16
+ " https://github.com/athanclark/purescript-float32.git"
17
+ , version =
18
+ " v0.2.0"
19
+ }
20
+ , uint =
21
+ { dependencies =
22
+ [ " effect"
23
+ , " math"
24
+ , " maybe"
25
+ , " quickcheck"
26
+ , " quickcheck-laws"
27
+ ]
28
+ , repo = " https://github.com/zaquest/purescript-uint.git"
29
+ , version = " v5.1.4"
30
+ }
31
+ }
32
+
33
+ in upstream // overrides // additions
34
+
Original file line number Diff line number Diff line change
1
+ { name = " arraybuffer"
2
+ , dependencies =
3
+ [ " arraybuffer-types"
4
+ , " arrays"
5
+ , " console"
6
+ , " effect"
7
+ , " float32"
8
+ , " foldable-traversable"
9
+ , " functions"
10
+ , " gen"
11
+ , " maybe"
12
+ , " nullable"
13
+ , " partial"
14
+ , " prelude"
15
+ , " quickcheck"
16
+ , " quickcheck-combinators"
17
+ , " quickcheck-laws"
18
+ , " refs"
19
+ , " tailrec"
20
+ , " typelevel"
21
+ , " typelevel-prelude"
22
+ , " uint"
23
+ , " unfoldable"
24
+ ]
25
+ , packages = ./ packages. dhall
26
+ , sources = [ " src/**/*.purs" , " test/**/*.purs" ]
27
+ }
You can’t perform that action at this time.
0 commit comments