ghc-8.8.1: main/Plugins.hs-boot
-- The plugins datatype is stored in DynFlags, so it needs to be -- exposed without importing all of its implementation. module Plugins where import GhcPrelude () data Plugin data LoadedPlugin data StaticPlugin
-- The plugins datatype is stored in DynFlags, so it needs to be -- exposed without importing all of its implementation. module Plugins where import GhcPrelude () data Plugin data LoadedPlugin data StaticPlugin