From: Duncan C. <dun...@us...> - 2005-02-11 18:03:55
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/apiGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19848/tools/apiGen Modified Files: Template.chs Log Message: Describe our modules as "portable" and include rcs tags in generated modules. Index: Template.chs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/apiGen/Template.chs,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- Template.chs 7 Feb 2005 00:38:02 -0000 1.6 +++ Template.chs 11 Feb 2005 18:03:14 -0000 1.7 @@ -5,6 +5,8 @@ -- -- Created: @DATE@ -- +-- Version $Revision$ from $Date$ +-- -- Copyright (C) @YEAR@ @COPYRIGHT@ -- -- This library is free software; you can redistribute it and/or @@ -20,7 +22,7 @@ -- | -- Maintainer : gtk2hs-users\@lists.sourceforge.net -- Stability : provisional --- Portability : non-portable (uses Gtk+ C library) +-- Portability : portable (depends on GHC) -- -- @DESCRIPTION@@TODO@ -- |