Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f822dd00d5d97ec769825aa46959628cf86979d2 >--------------------------------------------------------------- commit f822dd00d5d97ec769825aa46959628cf86979d2 Author: Ian Lynagh <[email protected]> Date: Thu Sep 20 23:13:44 2012 +0100 Follow module removals in base >--------------------------------------------------------------- tests/simplCore/should_run/simplrun010.hs | 2 +- tests/typecheck/should_run/tcrun002.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/simplCore/should_run/simplrun010.hs b/tests/simplCore/should_run/simplrun010.hs index 0fbc33a..6cc79f0 100644 --- a/tests/simplCore/should_run/simplrun010.hs +++ b/tests/simplCore/should_run/simplrun010.hs @@ -14,7 +14,7 @@ import Data.Char(ord,chr) -- low level imports import GHC.Base (realWorld#) -import GHC.IOBase (IO(IO), unIO, unsafePerformIO) +import GHC.IO (IO(IO), unIO, unsafePerformIO) import GHC.Prim (State#,RealWorld) diff --git a/tests/typecheck/should_run/tcrun002.hs b/tests/typecheck/should_run/tcrun002.hs index 45fe19f..3dff893 100644 --- a/tests/typecheck/should_run/tcrun002.hs +++ b/tests/typecheck/should_run/tcrun002.hs @@ -5,7 +5,7 @@ module Main where -- care. See comment about polymorphic recursion in TcMonoBinds.lhs import System.Environment (getArgs) -import GHC.IOBase +import GHC.IO sfoldl :: (a -> Int -> a) -> a -> [Int] -> a sfoldl f z [] = z _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
