pgf-service: add Jordis transfer function for OpenMath LaTeX output

This commit is contained in:
hallgren
2011-08-23 16:25:00 +00:00
parent 9f9a2c7a4a
commit 42ccbf2d8e
3 changed files with 42 additions and 3 deletions

View File

@@ -16,8 +16,9 @@ flag content
executable pgf-http
main-is: pgf-http.hs
Hs-source-dirs: . transfer
other-modules: PGFService FastCGIUtils Cache URLEncoding
RunHTTP ServeStaticFile
RunHTTP ServeStaticFile Fold
ghc-options: -threaded
if impl(ghc>=7.0)
ghc-options: -rtsopts
@@ -44,7 +45,8 @@ executable pgf-http
executable pgf-service
main-is: pgf-fcgi.hs
other-modules: PGFService FastCGIUtils Cache URLEncoding
Hs-source-dirs: . transfer
other-modules: PGFService FastCGIUtils Cache URLEncoding Fold
ghc-options: -threaded
if impl(ghc>=7.0)
ghc-options: -rtsopts