From: Andy S. <And...@co...> - 2010-10-25 22:47:49
|
diffing dir... Mon Oct 25 18:46:34 EDT 2010 Andy Stewart <laz...@gm...> * Fix parse error when compile gtk Ignore-this: 46e720ff4d918bdc71f0f51528d89d7d hunk ./gtk/Graphics/UI/Gtk/Entry/Editable.chs 303 -deleteText :: EditableClass self => - Signal self ( - Int -> Int -> IO () -- ^ @(\startPos endPos -> ...)@ - ) +deleteText :: EditableClass self [_$_] + => Signal self (Int -> Int -> IO ()) -- ^ @(\startPos endPos -> ...)@ |