summaryrefslogtreecommitdiff
path: root/testsuite/tests/numeric/should_run/arith013.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-13 21:04:17 +0100
committerIan Lynagh <igloo@earth.li>2011-09-13 21:04:17 +0100
commit0b378db587774201ac7971f93724ffd06a8769cc (patch)
tree761bb0dadd99e89ae6952318b744fd999473aa27 /testsuite/tests/numeric/should_run/arith013.hs
parent7a10aeb6b9911ac00d9cab0cc3de5c77faa40e29 (diff)
downloadhaskell-0b378db587774201ac7971f93724ffd06a8769cc.tar.gz
Fix arith013 following integer-gmp changes
Diffstat (limited to 'testsuite/tests/numeric/should_run/arith013.hs')
-rw-r--r--testsuite/tests/numeric/should_run/arith013.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/numeric/should_run/arith013.hs b/testsuite/tests/numeric/should_run/arith013.hs
index a03cbb3795..1ee1df2c83 100644
--- a/testsuite/tests/numeric/should_run/arith013.hs
+++ b/testsuite/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