fix build error on windows
This commit is contained in:
committed by
Steve Chavez
parent
5bb670b736
commit
f5331d1a77
@@ -67,7 +67,9 @@ main = do
|
||||
host = configHost conf
|
||||
port = configPort conf
|
||||
maybeSocketAddr = configSocket conf
|
||||
#ifndef mingw32_HOST_OS
|
||||
socketFileMode = configSocketMode conf
|
||||
#endif
|
||||
dbUri = toS (configDbUri conf)
|
||||
(dbChannelEnabled, dbChannel) = (configDbChannelEnabled conf, toS $ configDbChannel conf)
|
||||
serverSettings =
|
||||
|
||||
Reference in New Issue
Block a user