summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Plugins.hs-boot
blob: 41a0c115d2fc81e10e9f74730df30005b01c5dcb (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 GhcPrelude ()

data Plugin

data LoadedPlugin
data StaticPlugin