Skip to content

Commit ec077c6

Browse files
Update to the 75.2.0 package set.
1 parent 2f1e4a2 commit ec077c6

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

latest-compatible-sets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
"0.15.12": "psc-0.15.12-20231123",
3232
"0.15.13": "psc-0.15.13-20231228",
3333
"0.15.14": "psc-0.15.14-20240227",
34-
"0.15.15": "psc-0.15.15-20260324"
34+
"0.15.15": "psc-0.15.15-20260325"
3535
}

packages.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,27 @@
11741174
"repo": "https://github.com/purescript-contrib/purescript-colors.git",
11751175
"version": "v7.0.1"
11761176
},
1177+
"compile-fail": {
1178+
"dependencies": [
1179+
"aff",
1180+
"arrays",
1181+
"effect",
1182+
"either",
1183+
"foldable-traversable",
1184+
"maybe",
1185+
"node-buffer",
1186+
"node-child-process",
1187+
"node-execa",
1188+
"node-fs",
1189+
"node-path",
1190+
"node-process",
1191+
"prelude",
1192+
"spec",
1193+
"strings"
1194+
],
1195+
"repo": "https://github.com/rowtype-yoga/purescript-compile-fail.git",
1196+
"version": "v0.4.0"
1197+
},
11771198
"concur-core": {
11781199
"dependencies": [
11791200
"aff",

src/packages.dhall

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,27 @@
10591059
, repo = "https://github.com/purescript-contrib/purescript-colors.git"
10601060
, version = "v7.0.1"
10611061
}
1062+
, compile-fail =
1063+
{ dependencies =
1064+
[ "aff"
1065+
, "arrays"
1066+
, "effect"
1067+
, "either"
1068+
, "foldable-traversable"
1069+
, "maybe"
1070+
, "node-buffer"
1071+
, "node-child-process"
1072+
, "node-execa"
1073+
, "node-fs"
1074+
, "node-path"
1075+
, "node-process"
1076+
, "prelude"
1077+
, "spec"
1078+
, "strings"
1079+
]
1080+
, repo = "https://github.com/rowtype-yoga/purescript-compile-fail.git"
1081+
, version = "v0.4.0"
1082+
}
10621083
, concur-core =
10631084
{ dependencies =
10641085
[ "aff"

0 commit comments

Comments
 (0)