change Edu.Berkeley.Sbp.Haskell.SBP to Edu_Berkeley_Sbp_Haskell_SBP to avoid stupid...
[sbp.git] / src / edu / berkeley / sbp / haskell / SBP.lhs
index b43bea3..c1d3efb 100644 (file)
@@ -3,7 +3,7 @@
 -- These bindings are highly experimental and subject to change
 -- without notice.  You've been warned.
 --
-module Edu.Berkeley.Sbp.Haskell.SBP(
+module Edu_Berkeley_Sbp_Haskell_SBP(
   Tree(Tree),Location(Location),Region(Region),parseFile,prettyPrintTree,coalesceFlatHeadlessNodes)
 where