From 5dd58dfca6ceea1bc2e7061c60e9701ed9d4843c Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Dec 2010 14:49:17 +0000 Subject: [PATCH] gf-server.cabal: Change the default for the flag fastcgi to False If you want the fastcgi server, use cabal install -ffastcgi. This is to avoid problems when you only want to compile pgf-http and the fastcgi library fails to install, which it usually does, since it depends on a C library which is not installed automatically with cabal. --- src/server/gf-server.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/gf-server.cabal b/src/server/gf-server.cabal index b993294d3..fcd0834d0 100644 --- a/src/server/gf-server.cabal +++ b/src/server/gf-server.cabal @@ -8,7 +8,7 @@ synopsis: FastCGI Server for Grammatical Framework flag fastcgi Description: Build the fcgi services (requires the fastcgi package) - Default: True + Default: False executable pgf-http main-is: pgf-http.hs