Skip to content

Commit 666ebee

Browse files
Update to the 71.1.0 package set.
1 parent 7088004 commit 666ebee

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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-20260117"
34+
"0.15.15": "psc-0.15.15-20260127"
3535
}

packages.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
"tuples",
818818
"variant"
819819
],
820-
"repo": "https://github.com/thought2/purescript-chameleon.git",
820+
"repo": "https://github.com/m-bock/purescript-chameleon.git",
821821
"version": "v1.0.0"
822822
},
823823
"chameleon-halogen": {
@@ -1223,7 +1223,7 @@
12231223
"web-html"
12241224
],
12251225
"repo": "https://github.com/deemp/purescript-css-frameworks.git",
1226-
"version": "v1.0.1"
1226+
"version": "v1.1.0"
12271227
},
12281228
"csv-stream": {
12291229
"dependencies": [
@@ -3966,7 +3966,7 @@
39663966
"variant",
39673967
"variant-encodings"
39683968
],
3969-
"repo": "https://github.com/thought2/purescript-marked.git",
3969+
"repo": "https://github.com/m-bock/purescript-marked.git",
39703970
"version": "v0.1.0"
39713971
},
39723972
"matrices": {

src/packages.dhall

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
, "tuples"
722722
, "variant"
723723
]
724-
, repo = "https://github.com/thought2/purescript-chameleon.git"
724+
, repo = "https://github.com/m-bock/purescript-chameleon.git"
725725
, version = "v1.0.0"
726726
}
727727
, chameleon-halogen =
@@ -1067,7 +1067,7 @@
10671067
, css-frameworks =
10681068
{ dependencies = [ "web-html" ]
10691069
, repo = "https://github.com/deemp/purescript-css-frameworks.git"
1070-
, version = "v1.0.1"
1070+
, version = "v1.1.0"
10711071
}
10721072
, csv-stream =
10731073
{ dependencies =
@@ -3562,7 +3562,7 @@
35623562
, "variant"
35633563
, "variant-encodings"
35643564
]
3565-
, repo = "https://github.com/thought2/purescript-marked.git"
3565+
, repo = "https://github.com/m-bock/purescript-marked.git"
35663566
, version = "v0.1.0"
35673567
}
35683568
, matrices =

0 commit comments

Comments
 (0)