From: Duncan C. <dun...@us...> - 2004-12-09 18:26:27
|
Update of /cvsroot/gtk2hs/gtk2hs/gtk/embedding In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28179/gtk/embedding Modified Files: Embedding.hsc Log Message: Change some import modules to use modern hierarchical modules so we no longer need the LocalData or LocalControl modules, nor the data or lang packages. This should still work all the way back to ghc 5.04.x, though it needs testing. Index: Embedding.hsc =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/embedding/Embedding.hsc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Embedding.hsc 23 May 2004 17:04:07 -0000 1.3 +++ Embedding.hsc 9 Dec 2004 18:25:45 -0000 1.4 @@ -34,7 +34,7 @@ import FFI import Hierarchy -import Exception +import Control.Exception #include<gtk/gtk.h> |