From 5bd176f65001a53189dbc9b0da022bbf111afef4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 6 Jun 2013 18:07:21 +0100 Subject: [PATCH] Fix import warnings --- Data/OldTypeable/Internal.hs | 1 - Foreign/Storable.hs | 1 - GHC/Foreign.hs | 1 - Prelude.hs | 1 - 4 files changed, 4 deletions(-) diff --git a/Data/OldTypeable/Internal.hs b/Data/OldTypeable/Internal.hs index 739b4e8b..5a4faf69 100644 --- a/Data/OldTypeable/Internal.hs +++ b/Data/OldTypeable/Internal.hs @@ -59,7 +59,6 @@ module Data.OldTypeable.Internal {-# DEPRECATED "Use Data.Typeable.Internal inst import GHC.Base import GHC.Word import GHC.Show -import GHC.Err (undefined) import Data.Maybe import Data.List import GHC.Num diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index 53ca168f..36e0d261 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -46,7 +46,6 @@ import GHC.Num import GHC.Int import GHC.Word import GHC.Ptr -import GHC.Exception import GHC.Base import GHC.Fingerprint.Type import Data.Bits diff --git a/GHC/Foreign.hs b/GHC/Foreign.hs index ceb7447b..742bcef0 100644 --- a/GHC/Foreign.hs +++ b/GHC/Foreign.hs @@ -55,7 +55,6 @@ import Foreign.Marshal.Alloc import Foreign.ForeignPtr import GHC.Debug -import GHC.Err (undefined) import GHC.List import GHC.Num import GHC.Base diff --git a/Prelude.hs b/Prelude.hs index 8ea9b91a..8107db44 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -156,7 +156,6 @@ import GHC.Num import GHC.Real import GHC.Float import GHC.Show -import GHC.Err ( undefined ) #endif #ifdef __HUGS__