From 0a4d3c8f12dc5797a919a00b6bcaf759947687cc Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 17 Jun 2018 23:24:47 +0200 Subject: Add ouest france parser --- src/executable/haskell/Main.hs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/executable/haskell/Main.hs (limited to 'src/executable/haskell/Main.hs') diff --git a/src/executable/haskell/Main.hs b/src/executable/haskell/Main.hs new file mode 100644 index 0000000..b6705f9 --- /dev/null +++ b/src/executable/haskell/Main.hs @@ -0,0 +1,13 @@ +{-# LANGUAGE OverloadedStrings #-} + +module Main + ( main + ) where + +import qualified Conf +import qualified Service.AdListener as AdListener + +main :: IO () +main = do + conf <- Conf.parse "application.conf" + AdListener.start conf -- cgit v1.2.3