]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Unix.hs
Move the Report, Logging, and Terminal modules into their own namespace.
[dead/htsn.git] / src / Unix.hs
index 96ec79a8ae798776606678c2971a7464ea7fa406..b6990d2a663e3ef31df3d70ad5efa4e503b127c1 100644 (file)
@@ -31,8 +31,8 @@ import Configuration (
   Configuration( pidfile,
                  run_as_group,
                  run_as_user ))
-import Logging ( log_info, log_error )
-import Terminal ( display_error )
+import Network.Services.TSN.Logging ( log_info, log_error )
+import Network.Services.TSN.Terminal ( display_error )
 
 -- | Retrieve the uid associated with the given system user name. We
 --   take a Maybe String as an argument so the user name can be passed