diff options
Diffstat (limited to 'Presence/Server.hs')
-rw-r--r-- | Presence/Server.hs | 6 |
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 | ||
67 | todo = error "unimplemented" | 67 | todo = error "unimplemented" |
68 | 68 | ||
69 | #if MIN_VERSION_network(2,4,0) | ||
70 | #else | ||
71 | deriving instance Ord SockAddr | ||
72 | #endif | ||
73 | |||
74 | |||
69 | type Microseconds = Int | 75 | type Microseconds = Int |
70 | type Miliseconds = Int | 76 | type Miliseconds = Int |
71 | type TimeOut = Miliseconds | 77 | type TimeOut = Miliseconds |