diff options
| author | sof <unknown> | 1997-06-05 21:30:53 +0000 |
|---|---|---|
| committer | sof <unknown> | 1997-06-05 21:30:53 +0000 |
| commit | 6bc3aaf9c08aa2d52a308cea07fe8226220e8ce8 (patch) | |
| tree | 0f2458002995290c38e757a78288a93b613c6797 | |
| parent | 6435f6ae6fb445f836ad92d4b7986382d8ed7727 (diff) | |
| download | haskell-6bc3aaf9c08aa2d52a308cea07fe8226220e8ce8.tar.gz | |
[project @ 1997-06-05 21:30:48 by sof]
Not used anymore
| -rw-r--r-- | ghc/compiler/codeGen/CgLoop2.hs | 7 | ||||
| -rw-r--r-- | ghc/compiler/prelude/PrelLoop.hs | 1 | ||||
| -rw-r--r-- | ghc/compiler/rename/RnLoop.hs | 10 | ||||
| -rw-r--r-- | ghc/compiler/types/TyLoop.hs | 18 | ||||
| -rw-r--r-- | ghc/compiler/utils/SpecLoop.hs | 8 |
5 files changed, 0 insertions, 44 deletions
diff --git a/ghc/compiler/codeGen/CgLoop2.hs b/ghc/compiler/codeGen/CgLoop2.hs deleted file mode 100644 index dc42921a0a..0000000000 --- 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 867db088c8..0000000000 --- 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 cd65e6e68d..0000000000 --- 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 db0db5874e..0000000000 --- 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 bcc1af93c3..0000000000 --- a/ghc/compiler/utils/SpecLoop.hs +++ /dev/null @@ -1,8 +0,0 @@ -module SpecLoop - - ( - module Name - ) where - -import Name - |
