mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
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.
This commit is contained in:
@@ -8,7 +8,7 @@ synopsis: FastCGI Server for Grammatical Framework
|
|||||||
|
|
||||||
flag fastcgi
|
flag fastcgi
|
||||||
Description: Build the fcgi services (requires the fastcgi package)
|
Description: Build the fcgi services (requires the fastcgi package)
|
||||||
Default: True
|
Default: False
|
||||||
|
|
||||||
executable pgf-http
|
executable pgf-http
|
||||||
main-is: pgf-http.hs
|
main-is: pgf-http.hs
|
||||||
|
|||||||
Reference in New Issue
Block a user