Would it make sense to write wrappers of Data.Binary functions to emulate the networking functions that are usually expected?
2008/12/27 John Van Enk <vanenkj@gmail.com>Currently this only has:
- htons
- htonl
- ntohs
- ntohl
This is all subsumed by the binary package (Data.Binary), where it makes a lot more sense in any instance.