summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Word.hs
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-10-19 14:15:14 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-10-19 14:19:42 +0200
commitb5930f8b8030350eff306bf56ba7607098ada61e (patch)
tree29ba06c83156144c0082e8df9a7ccbb0a5f153b4 /libraries/base/GHC/Word.hs
parentd576fc38d9493c4979217fa36565f1f97fcc03d4 (diff)
downloadhaskell-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.hs1
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