From ef647bf9d6951b27d16b727336a08ecf81d8ee04 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 7 Jul 2009 11:58:30 +0000 Subject: [PATCH] Remove unused imports --- GHC/Debug.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -> -- 1.7.10.4