summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Exception
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-08-20 22:32:52 +0000
committerIan Lynagh <igloo@earth.li>2008-08-20 22:32:52 +0000
commitcff5e3cb247cd2241ec95838ebb8bee3c677b0c0 (patch)
tree39a0d28a2c8ffdafc158a3596e982408db407953 /libraries/base/Control/Exception
parent48612e58abc0b46b3a8a0f897e1edc5536313c3a (diff)
downloadhaskell-cff5e3cb247cd2241ec95838ebb8bee3c677b0c0.tar.gz
Fix some more warnings
Diffstat (limited to 'libraries/base/Control/Exception')
-rw-r--r--libraries/base/Control/Exception/Base.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Control/Exception/Base.hs b/libraries/base/Control/Exception/Base.hs
index c8f4d09e3e..b6893fb2d9 100644
--- a/libraries/base/Control/Exception/Base.hs
+++ b/libraries/base/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 )