From: sof Date: Thu, 5 Jun 1997 21:30:53 +0000 (+0000) Subject: [project @ 1997-06-05 21:30:48 by sof] X-Git-Tag: Approximately_1000_patches_recorded~350 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6bc3aaf9c08aa2d52a308cea07fe8226220e8ce8;p=ghc-hetmet.git [project @ 1997-06-05 21:30:48 by sof] Not used anymore --- diff --git a/ghc/compiler/codeGen/CgLoop2.hs b/ghc/compiler/codeGen/CgLoop2.hs deleted file mode 100644 index dc42921..0000000 --- a/ghc/compiler/codeGen/CgLoop2.hs +++ /dev/null @@ -1,7 +0,0 @@ -module CgLoop2 - - ( - module CgExpr - ) where - -import CgExpr diff --git a/ghc/compiler/prelude/PrelLoop.hs b/ghc/compiler/prelude/PrelLoop.hs deleted file mode 100644 index 867db08..0000000 --- a/ghc/compiler/prelude/PrelLoop.hs +++ /dev/null @@ -1 +0,0 @@ -module PrelLoop where diff --git a/ghc/compiler/rename/RnLoop.hs b/ghc/compiler/rename/RnLoop.hs deleted file mode 100644 index cd65e6e..0000000 --- a/ghc/compiler/rename/RnLoop.hs +++ /dev/null @@ -1,10 +0,0 @@ -module RnLoop - - ( - module RnBinds, - module RnSource - - ) where - -import RnBinds -import RnSource diff --git a/ghc/compiler/types/TyLoop.hs b/ghc/compiler/types/TyLoop.hs deleted file mode 100644 index db0db58..0000000 --- a/ghc/compiler/types/TyLoop.hs +++ /dev/null @@ -1,18 +0,0 @@ -module TyLoop - ( - module Id, - module TyCon, - module TyVar, - module Type, - module TysWiredIn, - module TysPrim, - module Class, - ) where - -import Id -import TyCon -import Type -import Class -import TysWiredIn -import TysPrim -import TyVar diff --git a/ghc/compiler/utils/SpecLoop.hs b/ghc/compiler/utils/SpecLoop.hs deleted file mode 100644 index bcc1af9..0000000 --- a/ghc/compiler/utils/SpecLoop.hs +++ /dev/null @@ -1,8 +0,0 @@ -module SpecLoop - - ( - module Name - ) where - -import Name -