config parser works

This commit is contained in:
Dennis Frieberg 2020-09-26 01:00:38 +02:00
parent df0b72235f
commit f03f91f917
4 changed files with 65 additions and 14 deletions

View file

@ -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