summaryrefslogtreecommitdiff
path: root/src/server/gf-server.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-08-23 16:25:00 +0000
committerhallgren <hallgren@chalmers.se>2011-08-23 16:25:00 +0000
commitba03db58a4ae2ad4defa227c0bcf3bc2dd125a88 (patch)
treeb82e9917c8e436f518a2900d0af80c6fcaf8f4c9 /src/server/gf-server.cabal
parent0880abdc0453b9d414b2630981a1a2356804a200 (diff)
pgf-service: add Jordis transfer function for OpenMath LaTeX output
Diffstat (limited to 'src/server/gf-server.cabal')
-rw-r--r--src/server/gf-server.cabal6
1 files changed, 4 insertions, 2 deletions
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