From 700628f36e1ac846f007cec855b0f9ecdbb66c80 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 3 Jul 2022 03:12:11 -0400 Subject: Moved "lux/target" to "lux/meta/target". --- stdlib/source/program/compositor.lux | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stdlib/source/program/compositor.lux') diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 354a1198f..c6d1f3540 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -1,7 +1,6 @@ (.require [library [lux (.except Module) - ["@" target] ["[0]" debug] [abstract ["[0]" monad (.only do)]] @@ -19,13 +18,14 @@ [collection ["[0]" dictionary (.only Dictionary)]]] [meta - [type (.only sharing)]] + [type (.only sharing)] + ["@" target]] [time ["[0]" instant]] ["[0]" world ["[0]" file] ["[0]" console] - ["[1]/[0]" program]] + ["[1]/[0]" environment]] [tool ["[0]" compiler ["[0]" phase] @@ -79,7 +79,7 @@ (console.write_line report console))) (is (Async (Try Any)) )))] - (io.run! (at world/program.default exit +1)))) + (io.run! (at world/environment.default exit +1)))) {try.#Success output} (in output)))) -- cgit v1.2.3