blob: c90c6ebaf711a1f3aeb38969c6515345f87f0b5a (
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 Plugins where
import GhcPrelude ()
data Plugin
data LoadedPlugin
data StaticPlugin
|