summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
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