summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Real.hs
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-01-19 06:55:57 -0600
committerAustin Seipp <austin@well-typed.com>2015-01-19 06:55:57 -0600
commitf006ed7965a0fa918d720cc387b33cb8e7083854 (patch)
tree95134e02da98501f244817d877d7dea27b9f2ea9 /libraries/base/GHC/Real.hs
parente1a458101a5233068f4d50fdfcfa473b5c8fdd11 (diff)
downloadhaskell-f006ed7965a0fa918d720cc387b33cb8e7083854.tar.gz
Revert "Add export lists to some modules."
This reverts commit d6e7f5dc9db7e382ce34d649f85505176a451a04. This commit broke the build on Windows due to CPP weirdness (#9945).
Diffstat (limited to 'libraries/base/GHC/Real.hs')
-rw-r--r--libraries/base/GHC/Real.hs14
1 files changed, 1 insertions, 13 deletions
diff --git a/libraries/base/GHC/Real.hs b/libraries/base/GHC/Real.hs
index 1a18e6a3ac..71de0d27d7 100644
--- a/libraries/base/GHC/Real.hs
+++ b/libraries/base/GHC/Real.hs
@@ -18,19 +18,7 @@
--
-----------------------------------------------------------------------------
-module GHC.Real
- (
- Fractional(..), Integral(..), Ratio(..), Real(..), RealFrac(..),
-
- Rational,
-
- (%), (^), (^%^), (^^), (^^%^^), denominator, divZeroError, even,
- fromIntegral, gcd, gcdInt', gcdWord', infinity, integralEnumFrom,
- integralEnumFromThen, integralEnumFromThenTo, integralEnumFromTo, lcm,
- notANumber, numerator, numericEnumFrom, numericEnumFromThen,
- numericEnumFromThenTo, numericEnumFromTo, odd, overflowError, ratioPrec,
- ratioPrec1, ratioZeroDenominatorError, realToFrac, reduce, showSigned
- ) where
+module GHC.Real where
import GHC.Base
import GHC.Num