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