X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException%2FBase.hs;h=b6893fb2d9b044794e51a53776dbc164bcceb4e6;hb=c1f3c4852894174a3f7b855b29e8a42f60d4c019;hp=c8f4d09e3eaa3c5cd230841f8b31c6ce9fd7deae;hpb=5c99290b8ab03f819f7b630f374187a254b0cea1;p=ghc-base.git diff --git a/Control/Exception/Base.hs b/Control/Exception/Base.hs index c8f4d09..b6893fb 100644 --- a/Control/Exception/Base.hs +++ b/Control/Exception/Base.hs @@ -1,4 +1,5 @@ {-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# OPTIONS_GHC -fno-warn-orphans #-} #include "Typeable.h" @@ -106,7 +107,6 @@ module Control.Exception.Base ( #ifdef __GLASGOW_HASKELL__ import GHC.Base import GHC.IOBase -import GHC.List import GHC.Show import GHC.IOBase import GHC.Exception hiding ( Exception )