From a95ce92882b46d24e9fa0da7feab883280309c8a Mon Sep 17 00:00:00 2001 From: Jan Van Bruggen Date: Fri, 11 Feb 2022 03:32:49 -0700 Subject: [PATCH] Consistent-ify platform dirs --- examples/effect/Main.roc | 2 +- examples/effect/{thing/platform-dir => platform}/Effect.roc | 0 .../effect/{thing/platform-dir => platform}/Package-Config.roc | 0 examples/effect/{thing/platform-dir => platform}/host.zig | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename examples/effect/{thing/platform-dir => platform}/Effect.roc (100%) rename examples/effect/{thing/platform-dir => platform}/Package-Config.roc (100%) rename examples/effect/{thing/platform-dir => platform}/host.zig (100%) diff --git a/examples/effect/Main.roc b/examples/effect/Main.roc index d980596cfe..9ac46d3015 100644 --- a/examples/effect/Main.roc +++ b/examples/effect/Main.roc @@ -1,5 +1,5 @@ app "effect-example" - packages { pf: "thing/platform-dir" } + packages { pf: "platform" } imports [ pf.Effect ] provides [ main ] to pf diff --git a/examples/effect/thing/platform-dir/Effect.roc b/examples/effect/platform/Effect.roc similarity index 100% rename from examples/effect/thing/platform-dir/Effect.roc rename to examples/effect/platform/Effect.roc diff --git a/examples/effect/thing/platform-dir/Package-Config.roc b/examples/effect/platform/Package-Config.roc similarity index 100% rename from examples/effect/thing/platform-dir/Package-Config.roc rename to examples/effect/platform/Package-Config.roc diff --git a/examples/effect/thing/platform-dir/host.zig b/examples/effect/platform/host.zig similarity index 100% rename from examples/effect/thing/platform-dir/host.zig rename to examples/effect/platform/host.zig