From: <as...@us...> - 2003-07-18 16:20:10
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1:/tmp/cvs-serv7807 Modified Files: VERSION ChangeLog Log Message: Bump version. Prepare to release. Index: VERSION =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/VERSION,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- VERSION 3 Jul 2003 05:19:36 -0000 1.5 +++ VERSION 18 Jul 2003 16:20:05 -0000 1.6 @@ -1 +1 @@ -0.9.3.50 +0.9.4 Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- ChangeLog 18 Jul 2003 15:44:48 -0000 1.83 +++ ChangeLog 18 Jul 2003 16:20:05 -0000 1.84 @@ -1,5 +1,7 @@ 2003-07-18 Axel Simon <A....@ke...> + * VERSION: Bumped to 0.9.4, prepare to do a ghc-6.0 release. + * mk/common.mk: Make hsc2hs pass -no-hs-main to ghc when linking. This avoids an undefined symbol error the the Haskell main function on Apple and Solaris. |