7 Commits

Author SHA1 Message Date
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
cgibbard
b80977561c Remove Language.Hi in favour of using the ghc-api directly, fix to work with GHC 6.8.2.
This is still *very* kludgey, and it needs lots of work which I'm not
entirely prepared for, seeing as I really don't know anything about
the ghc-api and how things are supposed to fit together. It is quite
conceivable that the code could be simplified much further by someone who
actually understands the ghc-api, and there may be bugs related to the fact
that I don't actually know what some things do. However, this builds
and does appear to work. Most of the testsuite is passing.
2007-12-16 05:28:44 +00:00
Lemmih
e930951796 Fix the testsuite. 2007-01-29 03:18:27 +00:00
dons
629c1ceb3a comments on the failing hier test from bayley 2005-12-25 23:43:44 +00:00
dons
08e0483f75 sync runplugs from lambdabot 2005-12-25 23:11:57 +00:00
dons
27c8624308 update expected output 2005-12-25 22:57:45 +00:00
Don Stewart
dff0363224 Update examples 2005-09-03 04:45:14 +00:00