summaryrefslogtreecommitdiff
path: root/src/server/gf-server.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2010-04-22 12:37:36 +0000
committerkrasimir <krasimir@chalmers.se>2010-04-22 12:37:36 +0000
commit9db279b24b32aa48892c807cf0a477811ef01234 (patch)
tree7ed688aa52829a83ffaa7d12afe757a38531be06 /src/server/gf-server.cabal
parent007f501f05c050e909e90a4ae68eedd8f9794e2f (diff)
the pgf service now compiles with the latest CGI package
Diffstat (limited to 'src/server/gf-server.cabal')
-rw-r--r--src/server/gf-server.cabal32
1 files changed, 2 insertions, 30 deletions
diff --git a/src/server/gf-server.cabal b/src/server/gf-server.cabal
index 05cbebf76..cdd61d933 100644
--- a/src/server/gf-server.cabal
+++ b/src/server/gf-server.cabal
@@ -7,11 +7,12 @@ license-file: LICENSE
synopsis: FastCGI Server for Grammatical Framework
executable pgf-server
- build-depends: base,
+ build-depends: base >= 4,
old-time,
directory,
filepath,
containers,
+ process,
gf >= 3.1,
cgi >= 3001.1.7.0,
fastcgi >= 3001.0.2.1,
@@ -27,32 +28,3 @@ executable pgf-server
ghc-options: -threaded
if os(windows)
ghc-options: -optl-mwindows
-
-executable morpho-server
- build-depends: base,
- old-time,
- directory,
- filepath,
- containers,
- gf >= 3.1,
- cgi >= 3001.1.7.0,
- fastcgi >= 3001.0.2.1,
- json >= 0.3.3,
- utf8-string >= 0.3.1.1,
- bytestring,
- pretty,
- array,
- process,
- mtl,
- random
- if !os(windows)
- build-depends: unix
- main-is: MorphoService.hs
- other-modules:
- FastCGIUtils
- Cache
- URLEncoding
- GF.Grammar.Parser
- hs-source-dirs: ../compiler ../runtime/haskell . ../../dist/build/autogen
- if os(windows)
- ghc-options: -optl-mwindows