diff --git a/app/Main.hs b/app/Main.hs index 1d86c9e..2af03b4 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -35,7 +35,7 @@ main = do else do configE <- parseFile (head args) case configE of - Left text -> hPutStr stderr text + Left text -> reportError text Right config -> do bs <- request let eitherTable = parseBString bs diff --git a/app/NetworkGet.hs b/app/NetworkGet.hs deleted file mode 100644 index e69de29..0000000