Update of /cvsroot/hoc/hoc/Samples/Browser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15737
Modified Files:
TVUtilities.hs
Log Message:
import Prelude hiding(init), because we define an init method;
due to recent changes, we need this even if we are only
info_init and not init itself.
Index: TVUtilities.hs
===================================================================
RCS file: /cvsroot/hoc/hoc/Samples/Browser/TVUtilities.hs,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- TVUtilities.hs 3 Mar 2004 14:09:54 -0000 1.2
+++ TVUtilities.hs 27 Jul 2005 02:52:21 -0000 1.3
@@ -10,6 +10,7 @@
import HOC
import Cocoa
import AppKit.NSTableColumn(identifier)
+import Prelude hiding(init)
import Data.Array
|