pdynload-0.0.3: pdynload.cabal
name: pdynload
version: 0.0.3
Cabal-Version: >= 1.6
license: GPL-3
license-file: LICENSE
copyright: (c) 2009 ~ 2010 Andy Stewart
synopsis: pdynload is polymorphic dynamic linking library.
description: This package use GHC-API implement polymorphic dynamic loading function -- pdynload.
Because pdynload invoke the regular type checker at runtime,
so pdynload is perfectly safety and does not inhibit the use of any features of the type system.
author: Andy Stewart
maintainer: Andy Stewart <lazycat.manatee@gmail.com>
stability: provisional
category: Development, Other
tested-with: GHC==6.12.3
build-type: Simple
Data-Dir: Demo
Data-Files: Main.hs
Makefile
Library
build-depends: base >= 4 && < 5,
ghc-paths >= 0.1.0.6,
directory >= 1.0.1.1,
filepath >= 1.1.0.4,
process >= 1.0.1.3,
old-time >= 1.0.0.5,
ghc >= 6.12
exposed-modules:
System.Plugin
other-modules:
ghc-options: -fwarn-unused-matches -fwarn-unused-binds -fwarn-unused-imports -fwarn-overlapping-patterns -fwarn-duplicate-exports -fwarn-unrecognised-pragmas -fwarn-hi-shadowing