diff options
author | joe <joe@jerkface.net> | 2013-07-01 04:44:56 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-07-01 04:44:56 -0400 |
commit | aed611f7cb8bbe7a263c18bddb0c24fd3d900850 (patch) | |
tree | fb29f33fe99c35bb627a73240e8536d6785034d4 /Presence/GetHostByAddr.hs | |
parent | 95ac2240973dee0938af1895490c6721a8874196 (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.hs | 4 |
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" | ||
5 | module GetHostByAddr where | 1 | module GetHostByAddr where |
6 | 2 | ||
7 | import Network.BSD | 3 | import Network.BSD |