diff options
Diffstat (limited to 'compiler/main/Packages.hs-boot')
-rw-r--r-- | compiler/main/Packages.hs-boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/Packages.hs-boot b/compiler/main/Packages.hs-boot index 0ed59db92b..80b9ebf8ae 100644 --- a/compiler/main/Packages.hs-boot +++ b/compiler/main/Packages.hs-boot @@ -1,4 +1,5 @@ module Packages where +import GhcPrelude import {-# SOURCE #-} DynFlags(DynFlags) import {-# SOURCE #-} Module(ComponentId, UnitId, InstalledUnitId) data PackageState |