1 2 3 4 5
module Simple.DefaultPlugin (plugin) where import GHC.Driver.Plugins (Plugin, defaultPlugin) plugin :: Plugin plugin = defaultPlugin