Name the module in Translator.hs Translator.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Feb 2009 18:47:57 +0000 (19:47 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Feb 2009 18:47:57 +0000 (19:47 +0100)
The module was previously called Main.

Translator.hs

index 66e2cb895aaafc62744e32b7838d7279ed5cd15c..e15c9f1cd904243d35c11c2ebbc1220ed7134f39 100644 (file)
@@ -1,4 +1,4 @@
-module Main(main) where
+module Translator(main) where
 import GHC
 import CoreSyn
 import qualified CoreUtils