summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-12-22 14:49:17 +0000
committerhallgren <hallgren@chalmers.se>2010-12-22 14:49:17 +0000
commit5b68ac537f0ff17de736338cd346df884621ca4a (patch)
tree87aec1930d51f9c53a2051489b961e4fc646a24d /src
parent505d99ec3749fc30c1e2362140b49beb166be7ab (diff)
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.
Diffstat (limited to 'src')
-rw-r--r--src/server/gf-server.cabal2
1 files changed, 1 insertions, 1 deletions
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