Update of /cvsroot/gtk2hs/gtk2hs/gtk/general
In directory sc8-pr-cvs1:/tmp/cvs-serv11764/gtk/general
Modified Files:
Gtk.hs
Log Message:
Rename Arrow.chs to GArrow.chs. Remove HookGenerator.hs.in. Swap dependency between install-pkg and install.
Index: Gtk.hs
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/general/Gtk.hs,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Gtk.hs 3 Jul 2003 05:19:36 -0000 1.18
+++ Gtk.hs 13 Jul 2003 11:34:52 -0000 1.19
@@ -138,7 +138,7 @@
module VScrollbar,
-- miscellaneous
module Adjustment,
- module Arrow,
+ module GArrow,
module Calendar,
module DrawingArea,
module EventBox,
@@ -277,7 +277,7 @@
import ScrolledWindow
-- miscellaneous
import Adjustment
-import Arrow
+import GArrow
import Calendar
import DrawingArea
import EventBox
|