]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Main.hs
Move the Report, Logging, and Terminal modules into their own namespace.
[dead/htsn.git] / src / Main.hs
index ece44a8b9fb53a6e8d27a9e0eef828205185d255..a06bd2338e62a0371fb90215d43a366478719347 100644 (file)
@@ -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 )