1
0
forked from GitHub/gf-core

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 0880abdc04
commit ba03db58a4
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