diff options
Diffstat (limited to 'libraries/base/System/Exit.hs')
-rw-r--r-- | libraries/base/System/Exit.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/System/Exit.hs b/libraries/base/System/Exit.hs index f11a07147c..e211ca5851 100644 --- a/libraries/base/System/Exit.hs +++ b/libraries/base/System/Exit.hs @@ -23,7 +23,6 @@ module System.Exit import Prelude #ifdef __GLASGOW_HASKELL__ -import GHC.Exception import GHC.IOBase #endif |