Skip to content

Commit

Permalink
Fix import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jun 6, 2013
1 parent 9b7c1b1 commit 5bd176f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Data/OldTypeable/Internal.hs
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Foreign/Storable.hs
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion GHC/Foreign.hs
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Prelude.hs
Expand Up @@ -156,7 +156,6 @@ import GHC.Num
import GHC.Real
import GHC.Float
import GHC.Show
import GHC.Err ( undefined )
#endif

#ifdef __HUGS__
Expand Down

0 comments on commit 5bd176f

Please sign in to comment.