From e96792623ddf8198423ccfd015941c5821991b56 Mon Sep 17 00:00:00 2001 From: simonm Date: Wed, 8 Jul 1998 10:35:02 +0000 Subject: [PATCH] [project @ 1998-07-08 10:35:02 by simonm] change imports so that make boot works. --- ghc/tests/reader/should_fail/read001.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 1.7.10.4