aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 82135a2..f38646b 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -19,15 +19,3 @@ main = do
listenToNewAds config
Nothing ->
T.putStrLn C.configUsage
-
--- import Page
--- import Parser.Detail
-
--- main :: IO ()
--- main = do
--- eitherPage <- getPage "http://www.leboncoin.fr/locations/794858813.htm?ca=18_s"
--- case eitherPage of
--- Right page ->
--- putStrLn (show $ parseDetail page)
--- Left error ->
--- T.putStrLn error