===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
hdevtools-0.1.8.0/src/Client.hs-9-import           Daemonize         (daemonize)
hdevtools-0.1.8.0/src/Client.hs:10:import           Network.Socket    (Family (AF_UNIX), SockAddr (SockAddrUnix),
hdevtools-0.1.8.0/src/Client.hs-11-                                    SocketType (Stream), connect,
##############################################
hdevtools-0.1.8.0/src/Server.hs-6-import           GHC.IO.Exception  (IOErrorType (ResourceVanished))
hdevtools-0.1.8.0/src/Server.hs:7:import           Network.Socket    (Family (AF_UNIX), SockAddr (SockAddrUnix),
hdevtools-0.1.8.0/src/Server.hs-8-                                    Socket, SocketType (Stream), accept, bind,
##############################################
hdevtools-0.1.8.0/README.md-234-The `.hdevtoolsrc` file will be searched for in the target path and all parents
hdevtools-0.1.8.0/README.md:235:of the target path, or, if the `hdevtools` command has no target, in `$PWD` and
hdevtools-0.1.8.0/README.md:236:all parents of `$PWD`.
hdevtools-0.1.8.0/README.md-237-