From: Wolfgang T. <wth...@us...> - 2006-03-17 05:32:07
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24465/HOC Modified Files: HOC.conf.in Log Message: Support arbitrary unicode for NSString <-> String conversions Index: HOC.conf.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/HOC.conf.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- HOC.conf.in 27 Sep 2005 11:55:22 -0000 1.4 +++ HOC.conf.in 17 Mar 2006 05:32:04 -0000 1.5 @@ -27,7 +27,8 @@ HOC.Dyld, HOC.ExternConstants, HOC.Exception, - HOC.ExternFunctions + HOC.ExternFunctions, + HOC.Unicode hs-libraries: "HOC", "HOC_cbits" depends: base, template-haskell |