summaryrefslogtreecommitdiff
path: root/Presence/GetHostByAddr.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-07-01 04:44:56 -0400
committerjoe <joe@jerkface.net>2013-07-01 04:44:56 -0400
commitaed611f7cb8bbe7a263c18bddb0c24fd3d900850 (patch)
treefb29f33fe99c35bb627a73240e8536d6785034d4 /Presence/GetHostByAddr.hs
parent95ac2240973dee0938af1895490c6721a8874196 (diff)
Removed hsc2hs lines from GetHostByAddr.hs. The tool was not doing
anything significant, so we can just use the Haskell source. Also fixed a bug in graphdeps. Replacing modules.svg with the version that has obsolete modules removed.
Diffstat (limited to 'Presence/GetHostByAddr.hs')
-rw-r--r--Presence/GetHostByAddr.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Presence/GetHostByAddr.hs b/Presence/GetHostByAddr.hs
index a451f088..d5a813bc 100644
--- a/Presence/GetHostByAddr.hs
+++ b/Presence/GetHostByAddr.hs
@@ -1,7 +1,3 @@
1{-# LINE 1 "Presence/GetHostByAddr.hsc" #-}
2{-# LANGUAGE CPP, ForeignFunctionInterface #-}
3{-# LINE 2 "Presence/GetHostByAddr.hsc" #-}
4#include "Typeable.h"
5module GetHostByAddr where 1module GetHostByAddr where
6 2
7import Network.BSD 3import Network.BSD