mirror of
https://git.nerfingen.de/nerf/choirMail.git
synced 2024-11-23 23:50:17 +00:00
smaller cleanups
This commit is contained in:
parent
0447d72e71
commit
99ab66b419
2 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ main = do
|
||||||
else do
|
else do
|
||||||
configE <- parseFile (head args)
|
configE <- parseFile (head args)
|
||||||
case configE of
|
case configE of
|
||||||
Left text -> hPutStr stderr text
|
Left text -> reportError text
|
||||||
Right config -> do
|
Right config -> do
|
||||||
bs <- request
|
bs <- request
|
||||||
let eitherTable = parseBString bs
|
let eitherTable = parseBString bs
|
||||||
|
|
Loading…
Reference in a new issue