X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=blobdiff_plain;f=src%2FUnix.hs;h=b6990d2a663e3ef31df3d70ad5efa4e503b127c1;hp=96ec79a8ae798776606678c2971a7464ea7fa406;hb=a4eb5f096c486cb94b1e8a25de7bc16879cab6e5;hpb=da61a6744550e974688d46b23b11f1a842e4da2e diff --git a/src/Unix.hs b/src/Unix.hs index 96ec79a..b6990d2 100644 --- a/src/Unix.hs +++ b/src/Unix.hs @@ -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