config parser works
This commit is contained in:
parent
df0b72235f
commit
f03f91f917
4 changed files with 65 additions and 14 deletions
|
@ -26,12 +26,12 @@ source-repository head
|
|||
flag cgi
|
||||
description: Build with cgi support
|
||||
manual: True
|
||||
default: False
|
||||
default: True
|
||||
|
||||
flag fast-cgi
|
||||
description: Build with fastcgi support -- this depends on the fcgi c library
|
||||
manual: True
|
||||
default: False
|
||||
default: True
|
||||
|
||||
flag http
|
||||
description: Build with http support
|
||||
|
@ -41,7 +41,7 @@ flag http
|
|||
flag https
|
||||
description: Build with https support
|
||||
manual: True
|
||||
default: False
|
||||
default: True
|
||||
|
||||
executable tickLeisteServer
|
||||
main-is: Main.hs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue