diff options
| -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 - |
