From: Axel S. <as...@us...> - 2004-04-18 18:03:25
|
Update of /cvsroot/gtk2hs/gtk2hs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32049 Modified Files: ChangeLog Log Message: Renamed the glade package to glade2hs. Index: ChangeLog =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -d -r1.126 -r1.127 --- ChangeLog 17 Apr 2004 13:19:45 -0000 1.126 +++ ChangeLog 18 Apr 2004 18:03:15 -0000 1.127 @@ -1,3 +1,10 @@ +2004-04-18 Axel Simon <A....@ke...> + + * demo/glade/Makefile, glade/Makefile: Renamed the glade package + to glade2hs. I got link errors since the only libglade which is + picked up is the real libglade.a whereas the Haskell binding is + never found. + 2004-04-17 Axel Simon <A....@ke...> * VERSION: bumped to 0.9.5 |