Simon's big boxy-type commit
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index 4e9b440..2b9ae6c 100644 (file)
@@ -79,7 +79,7 @@ import ParserCore
 import ParserCoreUtils
 import FastString
 import Maybes          ( expectJust )
-import Bag             ( unitBag, emptyBag )
+import Bag             ( unitBag )
 import Monad           ( when )
 import Maybe           ( isJust )
 import IO