summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/andy_cherry
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-03-10 11:46:12 +0000
committersimonmar <unknown>2004-03-10 11:46:12 +0000
commitcbbefef821990fc2c66337bc60e1c07e28548fa3 (patch)
tree4f69e646a0c502b3a7eb028b4dfc4c8c9a2dac81 /testsuite/tests/ghc-regress/programs/andy_cherry
parentb1ed767c198e4d9028637c35c46660166e4aeeff (diff)
downloadhaskell-cbbefef821990fc2c66337bc60e1c07e28548fa3.tar.gz
[project @ 2004-03-10 11:46:12 by simonmar]
remove dependencies on hslibs packages
Diffstat (limited to 'testsuite/tests/ghc-regress/programs/andy_cherry')
-rw-r--r--testsuite/tests/ghc-regress/programs/andy_cherry/GenUtils.hs2
-rw-r--r--testsuite/tests/ghc-regress/programs/andy_cherry/test.T2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghc-regress/programs/andy_cherry/GenUtils.hs b/testsuite/tests/ghc-regress/programs/andy_cherry/GenUtils.hs
index fe4431ddea..649deb487a 100644
--- a/testsuite/tests/ghc-regress/programs/andy_cherry/GenUtils.hs
+++ b/testsuite/tests/ghc-regress/programs/andy_cherry/GenUtils.hs
@@ -41,7 +41,7 @@ module GenUtils (
import Array -- 1.3
import Ix -- 1.3
-import IOExts( trace )
+import Debug.Trace ( trace )
-- -------------------------------------------------------------------------
diff --git a/testsuite/tests/ghc-regress/programs/andy_cherry/test.T b/testsuite/tests/ghc-regress/programs/andy_cherry/test.T
index 30ec335f08..308ab0cd89 100644
--- a/testsuite/tests/ghc-regress/programs/andy_cherry/test.T
+++ b/testsuite/tests/ghc-regress/programs/andy_cherry/test.T
@@ -1,4 +1,4 @@
test('andy_cherry', extra_run_opts('.'), multimod_compile_and_run, \
- ['Main', '-package lang -cpp'])
+ ['Main', '-cpp'])