From: Ian Lynagh Date: Tue, 7 Jul 2009 11:58:30 +0000 (+0000) Subject: Remove unused imports X-Git-Tag: Haskell_2010_report_generated~6 X-Git-Url: http://git.megacz.com/?p=ghc-prim.git;a=commitdiff_plain;h=ef647bf9d6951b27d16b727336a08ecf81d8ee04 Remove unused imports --- diff --git a/GHC/Debug.hs b/GHC/Debug.hs index 30efc40..595f808 100644 --- a/GHC/Debug.hs +++ b/GHC/Debug.hs @@ -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 ->