We seem to use Outputable unconditionally these days
authorsven.panne@aedion.de <unknown>
Sat, 8 Sep 2007 14:27:12 +0000 (14:27 +0000)
committersven.panne@aedion.de <unknown>
Sat, 8 Sep 2007 14:27:12 +0000 (14:27 +0000)
MERGE TO STABLE

compiler/ghci/ByteCodeLink.lhs

index 6310c34..939b9b6 100644 (file)
@@ -34,10 +34,7 @@ import Module
 import PackageConfig
 import FastString
 import Panic
-
-#ifdef DEBUG
 import Outputable
-#endif
 
 -- Standard libraries
 import GHC.Word                ( Word(..) )