fix: PGFService should type-check the trees that comes from the user

This commit is contained in:
krasimir
2010-07-31 10:45:59 +00:00
parent e2d0c82f0c
commit fefd78222a
2 changed files with 13 additions and 4 deletions

View File

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