direct-plugins

Lightweight replacement for Plugins, specific to GHC

http://dankna.com/software/

Latest on Hackage:1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Dan Knapp
Maintained by [email protected]

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. This release renames load to unsafeLoad and adds loadDynamic, which is type-safe.