summaryrefslogtreecommitdiff
path: root/Presence/GetHostByAddr.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Presence/GetHostByAddr.hs')
-rw-r--r--Presence/GetHostByAddr.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Presence/GetHostByAddr.hs b/Presence/GetHostByAddr.hs
index fd01108d..a451f088 100644
--- a/Presence/GetHostByAddr.hs
+++ b/Presence/GetHostByAddr.hs
@@ -14,7 +14,6 @@ import System.IO.Unsafe
14import System.IO.Error (ioeSetErrorString, mkIOError) 14import System.IO.Error (ioeSetErrorString, mkIOError)
15import Network.Socket 15import Network.Socket
16import GHC.IO.Exception 16import GHC.IO.Exception
17import Network.Socket.Internal
18 17
19 18
20throwNoSuchThingIfNull :: String -> String -> IO (Ptr a) -> IO (Ptr a) 19throwNoSuchThingIfNull :: String -> String -> IO (Ptr a) -> IO (Ptr a)