From ba03db58a4ae2ad4defa227c0bcf3bc2dd125a88 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 23 Aug 2011 16:25:00 +0000 Subject: pgf-service: add Jordis transfer function for OpenMath LaTeX output --- src/server/gf-server.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/gf-server.cabal') diff --git a/src/server/gf-server.cabal b/src/server/gf-server.cabal index f79f81f72..c3cadd84f 100644 --- a/src/server/gf-server.cabal +++ b/src/server/gf-server.cabal @@ -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 -- cgit v1.2.3