-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Lightweight replacement for Plugins, specific to GHC -- -- The Plugins package unfortunately does not work on GHC 6.12, and is at -- any rate rather poorly documented. This package uses the same general -- strategy but without quite as many options, aiming to be simple and -- useful rather than complete. @package direct-plugins @version 1.0 module System.Plugins load :: (String, String, String) -> IO (Maybe a)