Skip to content

Commit 5aafb87

Browse files
committed
Upgrade to roc-platform-template-zig version 0.9
1 parent af46d92 commit 5aafb87

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

config/generator_macros.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
{%- if imports -%}
2121
app [main!] {
22-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst"
22+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst"
2323
{%- for name in imports -%},
2424
{% if name == "unicode" -%}
2525
unicode: "https://github.com/roc-lang/unicode/..." # TODO: update when a zig-compatible release is available

exercises/practice/anagram/anagram-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/anagram/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
unicode: "https://github.com/roc-lang/unicode/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/gigasecond/gigasecond-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/gigasecond/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
isodate: "https://github.com/imclerran/roc-isodate/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/meetup/meetup-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/meetup/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
isodate: "https://github.com/imclerran/roc-isodate/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/micro-blog/micro-blog-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/micro-blog/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
unicode: "https://github.com/roc-lang/unicode/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/rest-api/rest-api-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/rest-api/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
json: "https://github.com/lukewilliamboswell/roc-json/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/reverse-string/reverse-string-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/reverse-string/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
unicode: "https://github.com/roc-lang/unicode/...", # TODO: update when a zig-compatible release is available
77
}
88

exercises/practice/sgf-parsing/sgf-parsing-test.roc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/exercism/problem-specifications/tree/main/exercises/sgf-parsing/canonical-data.json
33
# File last updated on 2026-06-21
44
app [main!] {
5-
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.8/8qf28cxTaxwA16Xe3VBR7YSP2KLVUqDHiPpFYgyikEa1.tar.zst",
5+
pf: platform "https://github.com/lukewilliamboswell/roc-platform-template-zig/releases/download/0.9/8GdFEvQYS3TeAZxKvTzCLVdQiomweGtXcdZkXNDEeABq.tar.zst",
66
parser: "https://github.com/lukewilliamboswell/roc-parser/...", # TODO: update when a zig-compatible release is available
77
}
88

0 commit comments

Comments
 (0)