Remove unused imports
authorIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 11:58:30 +0000 (11:58 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 7 Jul 2009 11:58:30 +0000 (11:58 +0000)
GHC/Debug.hs

index 30efc40..595f808 100644 (file)
@@ -3,7 +3,7 @@ module GHC.Debug (debugLn) where
 
 import GHC.Prim
 import GHC.Types
-import GHC.Unit
+import GHC.Unit ()
 
 debugLn :: [Char] -> IO ()
 debugLn xs = IO (\s0 ->