[project @ 2005-01-27 10:44:00 by simonpj]
[ghc-hetmet.git] / ghc / compiler / ghci / Linker.lhs
index f4b7922..95d81bc 100644 (file)
@@ -124,7 +124,6 @@ emptyPLS dflags = PersistentLinkerState {
   where init_pkgs
          | ExtPackage rts_id <- rtsPackageId (pkgState dflags) = [rts_id]
          | otherwise = []
-
 \end{code}
 
 \begin{code}