From: Wolfgang T. <wth...@us...> - 2005-07-29 03:39:52
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5525/HOC Modified Files: HOC.conf.in Log Message: Improve Enum support (mostly untested) Index: HOC.conf.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/HOC.conf.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- HOC.conf.in 25 Jul 2005 03:59:25 -0000 1.2 +++ HOC.conf.in 29 Jul 2005 03:39:43 -0000 1.3 @@ -21,7 +21,9 @@ HOC.Utilities, HOC.ExportClass, HOC.NewClass, - HOC.Super + HOC.Super, + HOC.CEnum, + HOC.NameCaseChange hs-libraries: "HOC", "HOC_cbits" depends: base, template-haskell |