On 2010-06-03 05:10, Matthias Reisner wrote:
> Hi,
>
> there's something wrong with port numbers in the Network.Socket module
> of package network. Printing values gives:
>
> *Main> PortNum 8888
> 47138
> *Main> PortNum 47138
> 8888
>
Try
(fromIntegral 8888) :: PortNumber
(Yes, it's weird.)
Cheers,
Bardur