[project @ 1997-06-05 21:31:08 by sof]
authorsof <unknown>
Thu, 5 Jun 1997 21:31:19 +0000 (21:31 +0000)
committersof <unknown>
Thu, 5 Jun 1997 21:31:19 +0000 (21:31 +0000)
not used anymore

ghc/compiler/absCSyn/AbsCLoop.hs [deleted file]
ghc/compiler/basicTypes/IdLoop.hs [deleted file]
ghc/compiler/codeGen/CGLoop1.hs [deleted file]
ghc/compiler/codeGen/CgLoop1.hs [deleted file]
ghc/compiler/deSugar/DsLoop.hs [deleted file]
ghc/compiler/hsSyn/HsLoop.hs [deleted file]
ghc/compiler/nativeGen/NcgLoop.hs [deleted file]
ghc/compiler/simplCore/SmplLoop.hs [deleted file]
ghc/compiler/typecheck/TcLoop.hs [deleted file]
ghc/compiler/typecheck/TcMLoop.hs [deleted file]

diff --git a/ghc/compiler/absCSyn/AbsCLoop.hs b/ghc/compiler/absCSyn/AbsCLoop.hs
deleted file mode 100644 (file)
index 48e9ad1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-module AbsCLoop 
-       (
-        module MachMisc,
-       module CLabel,
-       module ClosureInfo,
-       module CgRetConv
-       )where
-
-import MachMisc
-import CLabel
-import ClosureInfo
-import CgRetConv
diff --git a/ghc/compiler/basicTypes/IdLoop.hs b/ghc/compiler/basicTypes/IdLoop.hs
deleted file mode 100644 (file)
index 8b8520c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-module IdLoop 
-
-       (
-        module CostCentre,
-        module SpecEnv,
-       module CoreUnfold,
-        module StdIdInfo,
-       module Id
-       ) where
-
-import CostCentre
-import Id
-import SpecEnv
-import CoreUnfold
-import StdIdInfo
-
diff --git a/ghc/compiler/codeGen/CGLoop1.hs b/ghc/compiler/codeGen/CGLoop1.hs
deleted file mode 100644 (file)
index 06227bc..0000000
+++ /dev/null
@@ -1 +0,0 @@
-module IdLoop () where
diff --git a/ghc/compiler/codeGen/CgLoop1.hs b/ghc/compiler/codeGen/CgLoop1.hs
deleted file mode 100644 (file)
index b5cd421..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module CgLoop1
-
-       (
-        module CgBindery,
-       module CgUsages
-       ) where
-
-import CgBindery
-import CgUsages
diff --git a/ghc/compiler/deSugar/DsLoop.hs b/ghc/compiler/deSugar/DsLoop.hs
deleted file mode 100644 (file)
index c2d656c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-module DsLoop 
-       (
-         module Match,
-        module DsExpr,
-        module DsBinds 
-       ) where
-
-import Match
-import DsExpr
-import DsBinds
-
-
diff --git a/ghc/compiler/hsSyn/HsLoop.hs b/ghc/compiler/hsSyn/HsLoop.hs
deleted file mode 100644 (file)
index 2122fbf..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-module HsLoop
-       (
-        module HsMatches,
-        module HsExpr
-       ) where
-
-import HsMatches
-import HsExpr
diff --git a/ghc/compiler/nativeGen/NcgLoop.hs b/ghc/compiler/nativeGen/NcgLoop.hs
deleted file mode 100644 (file)
index 009107b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-module NcgLoop 
-
-       (
-       module StixPrim,
-       module MachMisc,
-       module Stix
-       ) where
-
-import StixPrim
-import MachMisc
-import Stix
-
diff --git a/ghc/compiler/simplCore/SmplLoop.hs b/ghc/compiler/simplCore/SmplLoop.hs
deleted file mode 100644 (file)
index f3f3d1d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-module SmplLoop 
-
-       (
-       module MagicUFs,
-        module Simplify
-       ) where
-
-import MagicUFs
-import Simplify
-
diff --git a/ghc/compiler/typecheck/TcLoop.hs b/ghc/compiler/typecheck/TcLoop.hs
deleted file mode 100644 (file)
index 2f60400..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-module TcLoop 
-
-       (
-        module TcGRHSs
-       ) where
-
-import TcGRHSs
diff --git a/ghc/compiler/typecheck/TcMLoop.hs b/ghc/compiler/typecheck/TcMLoop.hs
deleted file mode 100644 (file)
index 4b55619..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-module TcMLoop 
-
-       (
-        module TcType,
-       module TcEnv
-       ) where
-
-import TcType
-import TcEnv