HEADS UP: Move modules under the System.* and Language.* namespace

* The Plugins.* modules now live under System.Plugins.*
* The Eval.* modules live under System.Eval.*, and they are part of the
  plugins package (no more separate eval package).
* The printf package has been removed
* The Hi.* modules are now available as Language.Hi.Parser
This commit is contained in:
Don Stewart
2005-05-15 04:55:38 +00:00
parent cee65e133a
commit 7b24c7fd3d
43 changed files with 112 additions and 2189 deletions

View File

@ -4,7 +4,7 @@
#
# sanity test
AC_INIT(src/plugins/Plugins.hs)
AC_INIT(src/plugins/System/Plugins.hs)
# untested on earlier than 2.52, but it won't work anyway
AC_PREREQ(2.53)