diff options
Diffstat (limited to 'compiler/utils/Pretty.hs')
-rw-r--r-- | compiler/utils/Pretty.hs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/utils/Pretty.hs b/compiler/utils/Pretty.hs index 66518f95b6..5adfdd7699 100644 --- a/compiler/utils/Pretty.hs +++ b/compiler/utils/Pretty.hs @@ -115,7 +115,7 @@ import GhcPrelude hiding (error) import BufWrite import FastString -import Panic +import PlainPanic import System.IO import Numeric (showHex) @@ -123,9 +123,6 @@ import Numeric (showHex) import GHC.Base ( unpackCString#, unpackNBytes#, Int(..) ) import GHC.Ptr ( Ptr(..) ) --- Don't import Util( assertPanic ) because it makes a loop in the module structure - - -- --------------------------------------------------------------------------- -- The Doc calculus |