Fix all hlint errors except for pattern error
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ main = do
|
||||
|
||||
conf' <- readOptions
|
||||
host <- getHostName
|
||||
conf <- return conf' { configHost = host }
|
||||
let conf = conf'{configHost = host}
|
||||
let port = configPort conf
|
||||
pgSettings = cs (configDatabase conf)
|
||||
appSettings = setPort port
|
||||
|
||||
Reference in New Issue
Block a user