From 709b1c003317e745eecf745c3659afa75191a36c Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 5 Feb 2009 19:47:57 +0100 Subject: [PATCH] Name the module in Translator.hs Translator. The module was previously called Main. --- Translator.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2