X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FUnix.hs;h=b6990d2a663e3ef31df3d70ad5efa4e503b127c1;hb=a4eb5f096c486cb94b1e8a25de7bc16879cab6e5;hp=96ec79a8ae798776606678c2971a7464ea7fa406;hpb=d13e0b91b155731a1149da51ea74abfacde20c0b;p=dead%2Fhtsn.git 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