lpeterse / haskell-socket

A Haskell binding to the POSIX sockets API
MIT License
47 stars 10 forks source link

I think I spotted a type-o in INET.hsc #7

Closed gitfoxi closed 9 years ago

gitfoxi commented 9 years ago

-- | @255.255.255.0@ inaddrNONE :: AddrIn inaddrNONE = AddrIn $ BS.pack [255,255,255,255]

lpeterse commented 9 years ago

Thanks a lot for noting this.