From: Duncan C. <dun...@us...> - 2005-04-08 14:15:27
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2392/gtk/Graphics/UI/Gtk/Layout Modified Files: HBox.chs HButtonBox.chs HPaned.chs VBox.chs VButtonBox.chs VPaned.chs Log Message: Just for fun, last trivial change so that these modules are exactly the same as those produced by the code generator! Index: VBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/VBox.chs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- VBox.chs 24 Mar 2005 17:31:00 -0000 1.4 +++ VBox.chs 8 Apr 2005 14:15:16 -0000 1.5 @@ -57,7 +57,7 @@ castToVBox, -- * Constructors - vBoxNew + vBoxNew, ) where import Monad (liftM) Index: HButtonBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/HButtonBox.chs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- HButtonBox.chs 24 Mar 2005 17:31:00 -0000 1.3 +++ HButtonBox.chs 8 Apr 2005 14:15:00 -0000 1.4 @@ -63,7 +63,7 @@ castToHButtonBox, -- * Constructors - hButtonBoxNew + hButtonBoxNew, ) where import Monad (liftM) Index: VPaned.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/VPaned.chs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- VPaned.chs 24 Mar 2005 17:31:00 -0000 1.4 +++ VPaned.chs 8 Apr 2005 14:15:16 -0000 1.5 @@ -50,7 +50,7 @@ castToVPaned, -- * Constructors - vPanedNew + vPanedNew, ) where import Monad (liftM) Index: HPaned.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/HPaned.chs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- HPaned.chs 24 Mar 2005 17:31:00 -0000 1.4 +++ HPaned.chs 8 Apr 2005 14:15:16 -0000 1.5 @@ -50,7 +50,7 @@ castToHPaned, -- * Constructors - hPanedNew + hPanedNew, ) where import Monad (liftM) Index: HBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/HBox.chs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- HBox.chs 24 Mar 2005 17:30:59 -0000 1.4 +++ HBox.chs 8 Apr 2005 14:15:00 -0000 1.5 @@ -56,7 +56,7 @@ castToHBox, -- * Constructors - hBoxNew + hBoxNew, ) where import Monad (liftM) Index: VButtonBox.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/Graphics/UI/Gtk/Layout/VButtonBox.chs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- VButtonBox.chs 24 Mar 2005 17:31:00 -0000 1.3 +++ VButtonBox.chs 8 Apr 2005 14:15:16 -0000 1.4 @@ -63,7 +63,7 @@ castToVButtonBox, -- * Constructors - vButtonBoxNew + vButtonBoxNew, ) where import Monad (liftM) |