name: direct-plugins version: 1.1 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE copyright: Copyright (c) 2009 Dan Knapp author: Dan Knapp maintainer: dankna@gmail.com homepage: http://dankna.com/software/ bug-reports: http://dankna.com/issues/create/ category: System synopsis: Lightweight replacement for Plugins, specific to GHC description: 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. Library exposed-modules: System.Plugins build-depends: base >= 4.1 && < 5, ghc >= 6.12, ghc-paths >= 0.1.0.6