From 883ae0b02788af7a31a026c984220b3fe806e27d Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Mon, 4 Jul 2011 09:23:22 -0700 Subject: [PATCH] updated rockspec --- moonscript-dev-1.rockspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moonscript-dev-1.rockspec b/moonscript-dev-1.rockspec index e24d335..3c7810b 100644 --- a/moonscript-dev-1.rockspec +++ b/moonscript-dev-1.rockspec @@ -22,8 +22,9 @@ dependencies = { build = { type = "builtin", modules = { - ["moonscript.compile2"] = "moonscript/compile2.lua", + ["moonscript.compile"] = "moonscript/compile.lua", ["moonscript.compile.line"] = "moonscript/compile/line.lua", + ["moonscript.compile.value"] = "moonscript/compile/value.lua", ["moonscript.compile.format"] = "moonscript/compile/format.lua", ["moonscript.parse"] = "moonscript/parse.lua", ["moonscript.dump"] = "moonscript/dump.lua",