X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FLinker.lhs;h=95d81bc89175724d7686309dce45c8c36469c383;hb=508a505e9853984bfdaa3ad855ae3fcbc6d31787;hp=f4b79224d310fee8f50dfb404f961c08f1e7eb79;hpb=f9d8c8e0ab44b24d06b654d98543e8b39d4ebeca;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/Linker.lhs b/ghc/compiler/ghci/Linker.lhs index f4b7922..95d81bc 100644 --- a/ghc/compiler/ghci/Linker.lhs +++ b/ghc/compiler/ghci/Linker.lhs @@ -124,7 +124,6 @@ emptyPLS dflags = PersistentLinkerState { where init_pkgs | ExtPackage rts_id <- rtsPackageId (pkgState dflags) = [rts_id] | otherwise = [] - \end{code} \begin{code}