From: simonm Date: Wed, 8 Jul 1998 10:35:02 +0000 (+0000) Subject: [project @ 1998-07-08 10:35:02 by simonm] X-Git-Tag: Approx_2487_patches~524 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e96792623ddf8198423ccfd015941c5821991b56;p=ghc-hetmet.git [project @ 1998-07-08 10:35:02 by simonm] change imports so that make boot works. --- diff --git a/ghc/tests/reader/should_fail/read001.hs b/ghc/tests/reader/should_fail/read001.hs index cc188fd..79576f8 100644 --- a/ghc/tests/reader/should_fail/read001.hs +++ b/ghc/tests/reader/should_fail/read001.hs @@ -14,10 +14,10 @@ module OneOfEverything ( module OneOfEverything ) where -import qualified OneA -import OneB ( fB ) -import OneC hiding ( fC ) -import OneC hiding ( fC ) +import qualified Prelude +import IO ( putStr ) +import System hiding ( getArgs ) +import Monad hiding ( filter ) -- HsDecls stuff