mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 16:22:52 -06:00
now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user