summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-02-13 21:32:20 -0500
committerjoe <joe@jerkface.net>2014-02-13 21:32:20 -0500
commit237d226408a7788a30cb49f959619e05338054a0 (patch)
treed7d0287352153cf847266eb3b2e3cb4afc59f429 /Presence
parent51514282ef002363afdf316e804c0ec37a86663d (diff)
fixed wheezy build
Diffstat (limited to 'Presence')
-rw-r--r--Presence/Server.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Presence/Server.hs b/Presence/Server.hs
index 003fcdbb..312634cf 100644
--- a/Presence/Server.hs
+++ b/Presence/Server.hs
@@ -66,6 +66,12 @@ import System.Locale (defaultTimeLocale)
66 66
67todo = error "unimplemented" 67todo = error "unimplemented"
68 68
69#if MIN_VERSION_network(2,4,0)
70#else
71deriving instance Ord SockAddr
72#endif
73
74
69type Microseconds = Int 75type Microseconds = Int
70type Miliseconds = Int 76type Miliseconds = Int
71type TimeOut = Miliseconds 77type TimeOut = Miliseconds