commit 921f6d9889335da34271efae48e1d27dc86420fe
Author: Arlo Breault <[email protected]>
Date: Fri Mar 4 12:53:16 2016 -0800
network-2.3 compat
---
src/TorDNSEL/Util.hsc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/TorDNSEL/Util.hsc b/src/TorDNSEL/Util.hsc
index beee747..89837cd 100644
--- a/src/TorDNSEL/Util.hsc
+++ b/src/TorDNSEL/Util.hsc
@@ -531,6 +531,10 @@ bindListeningUnixDomainStreamSocket sockPath mode = do
listen sock sOMAXCONN
return sock
+-- network-2.3 compat
+--
+deriving instance Ord SockAddr
+
--------------------------------------------------------------------------------
-- Monads
_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits