Skip to content

Commit 92f018d

Browse files
committed
Fix packages
1 parent 9f16445 commit 92f018d

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

packages.dhall

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
let upstream =
2-
https://github.com/purescript/package-sets/releases/download/psc-0.15.9-20230629/packages.dhall
3-
sha256:f91d36c7e4793fe4d7e042c57fef362ff3f9e9ba88454cd38686701e30bf545a
2+
https://github.com/purescript/package-sets/releases/download/psc-0.15.10-20230801/packages.dhall
3+
sha256:60046d79b997d4f4b18e934904ce33dbf1be24852cef43121848941e3b9e7f6c
44

55
in upstream
6-
7-
with dts =
8-
{ repo = "https://github.com/thought2/purescript-dts.git"
9-
, version = "973692ff220694d6f75df57025bb846362747cdf"
10-
, dependencies = [ "arrays", "console", "effect", "maybe", "newtype", "ordered-collections", "ordered-set", "prelude", "tuples" ]
11-
}
6+
with dts =
7+
{ repo = "https://github.com/thought2/purescript-dts.git"
8+
, version = "v0.2.0"
9+
, dependencies =
10+
[ "arrays"
11+
, "console"
12+
, "effect"
13+
, "maybe"
14+
, "newtype"
15+
, "ordered-collections"
16+
, "ordered-set"
17+
, "prelude"
18+
, "tuples"
19+
]
20+
: List Text
21+
}

0 commit comments

Comments
 (0)