X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=src%2Fedu%2Fberkeley%2Fsbp%2Fhaskell%2FSBP.lhs;h=8af5844b8b720835f3b0e55f9eb4ae217d829d17;hp=4cc3d26561dbb423aaa9949014cbeb398a0aba2c;hb=f8303d6b2e11b97707d8b63aa80a2b814e145693;hpb=dce3af8d6974a6c5b05955703de2e983f112b765 diff --git a/src/edu/berkeley/sbp/haskell/SBP.lhs b/src/edu/berkeley/sbp/haskell/SBP.lhs index 4cc3d26..8af5844 100644 --- a/src/edu/berkeley/sbp/haskell/SBP.lhs +++ b/src/edu/berkeley/sbp/haskell/SBP.lhs @@ -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