On Wed, Apr 10, 2013 at 3:26 AM, Florian Hofmann <
fhofm...@techfak.uni-bielefeld.de> wrote:

> I might be mistaken, but is there a bug in the Show instance of PortNum?
>

Not a bug, an annoying misdesign (IMO). A PortNum is actually in network
byte order. If you extract it, you get the original port; if you simply
show it, you see it byteswapped on little-endian platforms.

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to