Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/41df3ad9704de240e2053e1b8540021fc63138a3 >--------------------------------------------------------------- commit 41df3ad9704de240e2053e1b8540021fc63138a3 Author: Ian Lynagh <[email protected]> Date: Tue Sep 13 21:04:17 2011 +0100 Fix arith013 following integer-gmp changes >--------------------------------------------------------------- tests/numeric/should_run/arith013.hs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/numeric/should_run/arith013.hs b/tests/numeric/should_run/arith013.hs index a03cbb3..1ee1df2 100644 --- a/tests/numeric/should_run/arith013.hs +++ b/tests/numeric/should_run/arith013.hs @@ -1,7 +1,7 @@ -- Test gcdInt/gcdInteger -import GHC.Real ( gcdInt ) -import GHC.Num ( gcdInteger ) +import GHC.Real ( gcdInt ) +import GHC.Integer.GMP.Internals ( gcdInteger ) main :: IO () main = do _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
