From: Manuel M T Chakravarty Date: Fri, 4 Aug 2006 19:57:34 +0000 (+0000) Subject: Massive patch for the first months work adding System FC to GHC #13 X-Git-Tag: After_FC_branch_merge~167 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=05e066c439c22f05de5fbcc0d11c515444ca0f16;hp=f1c0fd99f16322fe222c6fcf4626a6162ad0a466 Massive patch for the first months work adding System FC to GHC #13 Broken up massive patch -=chak Original log message: This is (sadly) all done in one patch to avoid Darcs bugs. It's not complete work... more FC stuff to come. A compiler using just this patch will fail dismally. --- diff --git a/compiler/ghci/Linker.lhs b/compiler/ghci/Linker.lhs index 8c6ef62..976fe92 100644 --- a/compiler/ghci/Linker.lhs +++ b/compiler/ghci/Linker.lhs @@ -53,7 +53,7 @@ import SrcLoc ( SrcSpan ) -- Standard libraries import Control.Monad ( when, filterM, foldM ) - + import Data.IORef ( IORef, readIORef, writeIORef, modifyIORef ) import Data.List ( partition, nub )