[commit: testsuite] master: Fix arith013 following integer-gmp changes (41df3ad)
Ian Lynagh
igloo at earth.li
Tue Sep 13 22:24:23 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/41df3ad9704de240e2053e1b8540021fc63138a3
>---------------------------------------------------------------
commit 41df3ad9704de240e2053e1b8540021fc63138a3
Author: Ian Lynagh <igloo at earth.li>
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
More information about the Cvs-ghc
mailing list