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:
@ -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)
|
||||
|
Reference in New Issue
Block a user