explict export lists

A small amount of dead code removed.

All of Utility/ done now.

This commit was sponsored by Brock Spratlen on Patreon.
This commit is contained in:
Joey Hess 2019-11-23 11:07:22 -04:00
parent 960f62a564
commit 1ff889e456
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
16 changed files with 126 additions and 25 deletions

View file

@ -7,7 +7,17 @@
{-# LANGUAGE CPP #-}
module Utility.Tor where
module Utility.Tor (
OnionPort,
OnionAddress(..),
OnionSocket,
UniqueIdent,
AppName,
connectHiddenService,
addHiddenService,
getHiddenServiceSocketFile,
torIsInstalled,
) where
import Common
import Utility.ThreadScheduler