now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output

This commit is contained in:
krasimir
2010-04-22 14:01:08 +00:00
parent ba7467a550
commit e3a279e457
4 changed files with 46 additions and 9 deletions

View File

@@ -17,7 +17,8 @@ executable pgf-server
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
json >= 0.3.3,
utf8-string >= 0.3.1.1
utf8-string >= 0.3.1.1,
bytestring
if !os(windows)
build-depends: unix
main-is: PGFService.hs