summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Int.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/Int.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/Int.hs')
-rw-r--r--libraries/base/GHC/Int.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Int.hs b/libraries/base/GHC/Int.hs
index b8e05e2c5b..5cb6ceb7ff 100644
--- a/libraries/base/GHC/Int.hs
+++ b/libraries/base/GHC/Int.hs
@@ -39,7 +39,6 @@ import GHC.Read
import GHC.Arr
import GHC.Word hiding (uncheckedShiftL64#, uncheckedShiftRL64#)
import GHC.Show
-import GHC.Float () -- for RealFrac methods
import Data.Typeable