Manuel M T Chakravarty 838f8c0aca Adapt to work with GHC 6.12
- Adapted the package to work with GHC 6.12
- Plugins that depend on the old base3 are currently
  not correctly loaded as the plugin loaded misses
  the dependence on syb (leading to unresolved symbols)
- Cleaned up most of the testsuite (there are still
  some outstanding failures, of which only one
  demonstrates a bug in the plugins library as far
  as I can see — see previous bullet point)
- Cleaned out a little cruft (but more could be done)
2010-09-22 05:10:19 +00:00
..
2005-09-03 04:45:14 +00:00
2010-09-22 05:10:19 +00:00
2010-09-22 05:10:19 +00:00
2010-09-22 05:10:19 +00:00
2007-01-29 03:18:27 +00:00
2007-01-29 03:18:27 +00:00
2005-09-03 04:45:14 +00:00
2005-09-03 04:45:14 +00:00
2007-01-29 03:18:27 +00:00
2010-09-22 05:10:19 +00:00
2005-09-03 04:45:14 +00:00
2010-09-22 05:10:19 +00:00
2005-09-03 04:45:14 +00:00
2010-09-22 05:10:19 +00:00
2005-09-03 04:45:14 +00:00
2005-09-03 04:45:14 +00:00
2005-09-03 04:45:14 +00:00
2005-09-03 04:45:14 +00:00
2010-09-22 05:10:19 +00:00
2005-09-03 04:45:14 +00:00
2007-01-29 03:18:27 +00:00
2007-01-29 03:18:27 +00:00
2005-09-03 04:45:14 +00:00
2005-09-03 04:45:14 +00:00

These examples illustrate the various uses of hs-plugins.

conf		a configuration file edsl using plugins
dynload		dynamically typed load
eval		runtime evaluation of haskell strings, from Haskell and C
hmake		the 'plugs' haskell interpreter
iface		test the interface file parser
load		load a plugin
make		build a Haskell file
makewith	merge and build a Haskell file
multi		load multiple plugins at once
objc		load Haskell plugins into object C programs
pkgconf		test package.conf parsing
popen		test popen
reload		reload a plugin when it changes
shell		a simple string filter
unload		test unloading of plugins