From: Duncan C. <dun...@us...> - 2004-12-09 18:26:12
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/callbackGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28179/tools/callbackGen Modified Files: Signal.chs-boot2 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: Signal.chs-boot2 =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/callbackGen/Signal.chs-boot2,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Signal.chs-boot2 10 Aug 2004 14:51:48 -0000 1.3 +++ Signal.chs-boot2 9 Dec 2004 18:26:03 -0000 1.4 @@ -6,7 +6,7 @@ import Monad (liftM) import FFI -import LocalData +import Data.IORef import GObject (objectRef, objectUnref) import GError (failOnGError) {#import Hierarchy#} |