[commit: ghc] master: Revert "Fix undefined GHC.Real export with integer-simple" (e1a4581)
git at git.haskell.org
git at git.haskell.org
Mon Jan 19 12:55:09 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e1a458101a5233068f4d50fdfcfa473b5c8fdd11/ghc
>---------------------------------------------------------------
commit e1a458101a5233068f4d50fdfcfa473b5c8fdd11
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jan 19 06:54:54 2015 -0600
Revert "Fix undefined GHC.Real export with integer-simple"
This reverts commit 228902aa4a3350a9c99e421c0c989c7de794b7b6.
This commit is dependent on d6e7f5dc9db7e382ce34d649f85505176a451a04,
which broke the build on Windows (issue #9945).
>---------------------------------------------------------------
e1a458101a5233068f4d50fdfcfa473b5c8fdd11
libraries/base/GHC/Real.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/Real.hs b/libraries/base/GHC/Real.hs
index 1464709..1a18e6a 100644
--- a/libraries/base/GHC/Real.hs
+++ b/libraries/base/GHC/Real.hs
@@ -25,7 +25,7 @@ module GHC.Real
Rational,
(%), (^), (^%^), (^^), (^^%^^), denominator, divZeroError, even,
- fromIntegral, gcd, infinity, integralEnumFrom,
+ fromIntegral, gcd, gcdInt', gcdWord', infinity, integralEnumFrom,
integralEnumFromThen, integralEnumFromThenTo, integralEnumFromTo, lcm,
notANumber, numerator, numericEnumFrom, numericEnumFromThen,
numericEnumFromThenTo, numericEnumFromTo, odd, overflowError, ratioPrec,
More information about the ghc-commits
mailing list