diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-10-19 14:15:14 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-10-19 14:19:42 +0200 |
commit | b5930f8b8030350eff306bf56ba7607098ada61e (patch) | |
tree | 29ba06c83156144c0082e8df9a7ccbb0a5f153b4 /libraries/base/GHC/Word.hs | |
parent | d576fc38d9493c4979217fa36565f1f97fcc03d4 (diff) | |
download | haskell-b5930f8b8030350eff306bf56ba7607098ada61e.tar.gz |
Refactor module imports in base
This commit removes a couple of
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
by cleaning up the imports, as well as ensuring that all modules in the
GHC.* hierarchy avoid importing the `Prelude` module to clean-up the
import graph a bit.
Diffstat (limited to 'libraries/base/GHC/Word.hs')
-rw-r--r-- | libraries/base/GHC/Word.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Word.hs b/libraries/base/GHC/Word.hs index b2c70a2dcd..5351c0b94d 100644 --- a/libraries/base/GHC/Word.hs +++ b/libraries/base/GHC/Word.hs @@ -42,7 +42,6 @@ import GHC.Real import GHC.Read import GHC.Arr import GHC.Show -import GHC.Float () -- for RealFrac methods ------------------------------------------------------------------------ -- type Word8 |