metaplug: a tiny ghc api wrapper

[ bsd3, deprecated, library, unclassified ] [ Propose Tags ]
Deprecated in favor of hint

a ghc-api wrapper, designed to make the api more transparent across releases and offer eval and plugin esque facilities in the form of a simple, easy to modify library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1
Dependencies base, Cabal, filepath, ghc (>=6.6), haskell98 [details]
License BSD-3-Clause
Author Austin Seipp
Maintainer austin@youareinferior.net
Uploaded by AustinSeipp at 2007-10-11T02:32:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1680 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for metaplug-0.1.1

[back to package description]
metaplug: a ghc api wrapper

* intro *
=========
metaplug is a small, usable wrapper around the
glasgow haskell compiler's interal API. it provides
facilities for loading and calling into external
haskell modules, as well as in-situ evaluation
facilities (and other small things.)


* install *
===========
needed:

  o ghc 6.6.x

procedure:

$ chmod +x Setup.lhs
$ ./Setup.lhs configure
$ ./Setup.lhs build
$ ./Setup.lhs install

metaplug is now installed! :)


* patches *
===========
patches may be sent via darcs send to
austin at youareinferior dot noet


- austin seipp, 2007