diff options
-rw-r--r-- | ghc/compiler/absCSyn/AbsCLoop.hs | 12 | ||||
-rw-r--r-- | ghc/compiler/basicTypes/IdLoop.hs | 16 | ||||
-rw-r--r-- | ghc/compiler/codeGen/CGLoop1.hs | 1 | ||||
-rw-r--r-- | ghc/compiler/codeGen/CgLoop1.hs | 9 | ||||
-rw-r--r-- | ghc/compiler/deSugar/DsLoop.hs | 12 | ||||
-rw-r--r-- | ghc/compiler/hsSyn/HsLoop.hs | 8 | ||||
-rw-r--r-- | ghc/compiler/nativeGen/NcgLoop.hs | 12 | ||||
-rw-r--r-- | ghc/compiler/simplCore/SmplLoop.hs | 10 | ||||
-rw-r--r-- | ghc/compiler/typecheck/TcLoop.hs | 7 | ||||
-rw-r--r-- | ghc/compiler/typecheck/TcMLoop.hs | 9 |
10 files changed, 0 insertions, 96 deletions
diff --git a/ghc/compiler/absCSyn/AbsCLoop.hs b/ghc/compiler/absCSyn/AbsCLoop.hs deleted file mode 100644 index 48e9ad1fe7..0000000000 --- a/ghc/compiler/absCSyn/AbsCLoop.hs +++ /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 index 8b8520c4f8..0000000000 --- a/ghc/compiler/basicTypes/IdLoop.hs +++ /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 index 06227bcc18..0000000000 --- a/ghc/compiler/codeGen/CGLoop1.hs +++ /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 index b5cd421c98..0000000000 --- a/ghc/compiler/codeGen/CgLoop1.hs +++ /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 index c2d656ce54..0000000000 --- a/ghc/compiler/deSugar/DsLoop.hs +++ /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 index 2122fbfa54..0000000000 --- a/ghc/compiler/hsSyn/HsLoop.hs +++ /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 index 009107bdb7..0000000000 --- a/ghc/compiler/nativeGen/NcgLoop.hs +++ /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 index f3f3d1dfff..0000000000 --- a/ghc/compiler/simplCore/SmplLoop.hs +++ /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 index 2f60400eed..0000000000 --- a/ghc/compiler/typecheck/TcLoop.hs +++ /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 index 4b55619b68..0000000000 --- a/ghc/compiler/typecheck/TcMLoop.hs +++ /dev/null @@ -1,9 +0,0 @@ -module TcMLoop - - ( - module TcType, - module TcEnv - ) where - -import TcType -import TcEnv |