From: Matthijs Kooijman Date: Thu, 5 Feb 2009 18:47:57 +0000 (+0100) Subject: Name the module in Translator.hs Translator. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=709b1c003317e745eecf745c3659afa75191a36c;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Name the module in Translator.hs Translator. The module was previously called Main. --- diff --git a/Translator.hs b/Translator.hs index 66e2cb8..e15c9f1 100644 --- a/Translator.hs +++ b/Translator.hs @@ -1,4 +1,4 @@ -module Main(main) where +module Translator(main) where import GHC import CoreSyn import qualified CoreUtils