File tree Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Expand file tree Collapse file tree 1 file changed +2
-26
lines changed Original file line number Diff line number Diff line change 1
1
2
2
let upstream =
3
- https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.14 . 1 - 20210419 / packages. dhall sha256: d9a082ffb5c0fabf689574f0680e901ca6f924e01acdbece5eeedd951731375a
3
+ https:// github. com/ purescript/ package- sets/ releases/ download/ psc- 0.14 . 2 - 20210713 / packages. dhall sha256: 654 c3148cb995f642c73b4508d987d9896e2ad3ea1d325a1e826c034c0d3cd7b
4
4
5
5
let overrides = {= }
6
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/purescript-contrib/purescript-uint.git"
29
- , version = " v5.1.4"
30
- }
31
- }
7
+ let additions = {= }
32
8
33
9
in upstream // overrides // additions
34
10
You can’t perform that action at this time.
0 commit comments