aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/compositor.lux
diff options
context:
space:
mode:
authorEduardo Julian2019-12-30 02:53:25 -0400
committerEduardo Julian2019-12-30 02:53:25 -0400
commitfb7f85d1095cb9ba6a402f18e701a4b14b7657dc (patch)
tree856633b8a901914199a550a2eae33c041cf03d38 /stdlib/source/program/compositor.lux
parent219ad63a840bb3e153af9e9f0bdf1b9f4abd0cca (diff)
Re-located generation infrastructure.
Diffstat (limited to 'stdlib/source/program/compositor.lux')
-rw-r--r--stdlib/source/program/compositor.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 117e90ac2..8324df002 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -30,10 +30,10 @@
[compiler
["." analysis
[macro (#+ Expander)]]
+ ["." generation]
["." directive]
["." phase
- [extension (#+ Extender)]
- ["." generation]]
+ [extension (#+ Extender)]]
[default
["." platform (#+ Platform)]
["." syntax]]