diff options
author | joe <joe@jerkface.net> | 2018-06-20 16:08:42 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-20 17:24:19 -0400 |
commit | c8f7f30885f14b6239fac2a8b3157866494ae775 (patch) | |
tree | 78436d01af46d61515cf380a65460e899ad5ada5 /Presence/Presence.hs | |
parent | 9ee162744e9f03f8a3c1ab0e5b3688f9dc534241 (diff) |
Export non-ResourceT interface to xmppServer.
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r-- | Presence/Presence.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Presence/Presence.hs b/Presence/Presence.hs index adae567a..2f59a52f 100644 --- a/Presence/Presence.hs +++ b/Presence/Presence.hs | |||
@@ -12,7 +12,6 @@ import System.Posix.Signals | |||
12 | import Control.Concurrent (threadDelay,forkIO,forkOS,killThread,throwTo) | 12 | import Control.Concurrent (threadDelay,forkIO,forkOS,killThread,throwTo) |
13 | import Control.Concurrent.STM | 13 | import Control.Concurrent.STM |
14 | import Control.Concurrent.STM.TMVar | 14 | import Control.Concurrent.STM.TMVar |
15 | import Control.Monad.Trans.Resource (runResourceT) | ||
16 | import Control.Monad.Trans | 15 | import Control.Monad.Trans |
17 | import Control.Monad.IO.Class (MonadIO, liftIO) | 16 | import Control.Monad.IO.Class (MonadIO, liftIO) |
18 | import Network.Socket ( SockAddr(..), PortNumber ) | 17 | import Network.Socket ( SockAddr(..), PortNumber ) |