Ticket #5 (assigned defect)
getAddrInfo and addrFamily not in scope on Windows GHC 6.8
| Reported by: | igloo | Owned by: | bos |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | network | Version: | |
| Keywords: | Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
