add Scala support
[sbp.git] / src / edu / berkeley / sbp / haskell / SBP.lhs
index 4cc3d26..8af5844 100644 (file)
@@ -3,6 +3,8 @@
 -- These bindings are highly experimental and subject to change
 -- without notice.  You've been warned.
 --
+-- Warning: this is no longer maintained.  It stopped working in mid-2009.
+--
 module Edu_Berkeley_Sbp_Haskell_SBP(
   Tree(Tree),Location(Location),Region(Region),parseFile,prettyPrintTree,coalesceFlatHeadlessNodes)
 where