summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Plugins.hs-boot
blob: 7b5f8ca16141966f45fe9173c8341ecb3d378864 (plain)
1
2
3
4
5
6
7
8
9
10
-- The plugins datatype is stored in DynFlags, so it needs to be
-- exposed without importing all of its implementation.
module GHC.Driver.Plugins where

import GHC.Prelude ()

data Plugin

data LoadedPlugin
data StaticPlugin