[commit: base] master: Fix import warnings (5bd176f)
Ian Lynagh
igloo at earth.li
Thu Jun 6 19:56:52 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/5bd176f65001a53189dbc9b0da022bbf111afef4
>---------------------------------------------------------------
commit 5bd176f65001a53189dbc9b0da022bbf111afef4
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Jun 6 18:07:21 2013 +0100
Fix import warnings
>---------------------------------------------------------------
Data/OldTypeable/Internal.hs | 1 -
Foreign/Storable.hs | 1 -
GHC/Foreign.hs | 1 -
Prelude.hs | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/Data/OldTypeable/Internal.hs b/Data/OldTypeable/Internal.hs
index 739b4e8..5a4faf6 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 53ca168..36e0d26 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 ceb7447..742bcef 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 8ea9b91..8107db4 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__
More information about the ghc-commits
mailing list