Skip to content

Commit 9ec68e5

Browse files
committed
float32 and uint are back in package-sets
1 parent 97baec3 commit 9ec68e5

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

packages.dhall

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,10 @@
11

22
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:654c3148cb995f642c73b4508d987d9896e2ad3ea1d325a1e826c034c0d3cd7b
44

55
let overrides = {=}
66

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 = {=}
328

339
in upstream // overrides // additions
3410

0 commit comments

Comments
 (0)