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
|
host = configHost conf
|
||||||
port = configPort conf
|
port = configPort conf
|
||||||
maybeSocketAddr = configSocket conf
|
maybeSocketAddr = configSocket conf
|
||||||
|
#ifndef mingw32_HOST_OS
|
||||||
socketFileMode = configSocketMode conf
|
socketFileMode = configSocketMode conf
|
||||||
|
#endif
|
||||||
dbUri = toS (configDbUri conf)
|
dbUri = toS (configDbUri conf)
|
||||||
(dbChannelEnabled, dbChannel) = (configDbChannelEnabled conf, toS $ configDbChannel conf)
|
(dbChannelEnabled, dbChannel) = (configDbChannelEnabled conf, toS $ configDbChannel conf)
|
||||||
serverSettings =
|
serverSettings =
|
||||||
|
|||||||
Reference in New Issue
Block a user