diff options
Diffstat (limited to 'compiler/GHC/Unit/Module')
-rw-r--r-- | compiler/GHC/Unit/Module/Env.hs-boot | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/GHC/Unit/Module/Env.hs-boot b/compiler/GHC/Unit/Module/Env.hs-boot deleted file mode 100644 index 657f55490c..0000000000 --- a/compiler/GHC/Unit/Module/Env.hs-boot +++ /dev/null @@ -1,6 +0,0 @@ -module GHC.Unit.Module.Env where - -import GhcPrelude () -import GHC.Types.Unique.FM - -type ModuleNameEnv elt = UniqFM elt |