Remove the export list from the Alu module.
[matthijs/master-project/cλash.git] / Alu.hs
diff --git a/Alu.hs b/Alu.hs
index f444abc9fbf950d18d71cbc5aae3afd3e4a1c8ea..07c0d0dfb076b46e0725ad4400698b12f41a616f 100644 (file)
--- a/Alu.hs
+++ b/Alu.hs
@@ -1,4 +1,4 @@
-module Alu (main) where
+module Alu  where
 import Bits
 import qualified Sim