X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMain.hs;h=a06bd2338e62a0371fb90215d43a366478719347;hb=a4eb5f096c486cb94b1e8a25de7bc16879cab6e5;hp=ece44a8b9fb53a6e8d27a9e0eef828205185d255;hpb=da61a6744550e974688d46b23b11f1a842e4da2e;p=dead%2Fhtsn.git diff --git a/src/Main.hs b/src/Main.hs index ece44a8..a06bd23 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -38,16 +38,16 @@ import ExitCodes ( exit_no_username, exit_pidfile_exists ) import FeedHosts ( FeedHosts(..) ) -import Logging ( init_logging ) +import Network.Services.TSN.Logging ( init_logging ) import qualified OptionalConfiguration as OC ( OptionalConfiguration(..), from_rc ) -import Report ( +import Network.Services.TSN.Report ( report_debug, report_info, report_warning, report_error ) -import Terminal ( display_sent ) +import Network.Services.TSN.Terminal ( display_sent ) import Xml ( parse_xmlfid ) import Unix ( full_daemonize )