id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5	getAddrInfo and addrFamily not in scope on Windows GHC 6.8	igloo	bos	"Originally reported here: http://hackage.haskell.org/trac/ghc/ticket/2726

----

import Network.Socket

... getAddrInfo

... addrFamily

-- 

gives me not in scope on Windows.  The same code works on Unix.

----

Looking at the code, these are only available if `IPV6_SOCKET_SUPPORT` is defined. I don't know more than that off the top of my head.
"	defect	assigned	major		network				
