read config

This commit is contained in:
Jon Doe
2020-09-27 20:43:01 +02:00
committed by Maciej Bonin
parent 9fa180ff6f
commit b2cfed3a39
5 changed files with 33 additions and 14 deletions

View File

@ -36,7 +36,8 @@ library
network-conduit-tls >= 1.3.2,
tls >= 1.5.4,
x509-validation >= 1.6.11,
bytestring
bytestring,
ini
extra-libraries: tcl8.6
Includes: /usr/include/tcl.h,
@ -68,7 +69,8 @@ executable GypsFulvus
network-conduit-tls >= 1.3.2,
tls >= 1.5.4,
x509-validation >= 1.6.11,
bytestring
bytestring,
ini
ghc-options:
-O2