To build this package directly from git, you must run autoreconf -i
.
And then use cabal configure; cabal build
or stack build
.
The network
package support 3 major versions of GHC only.
This means that the current stable version and two previous stable versions are supported.
However, all GHC 8.x are supported currently.
We use MSYS to build this package on Windows.
To use the network
package on Cygwin, use stack
.
If you need C macros created by "configure" or CALLCONV
/SAFE_ON_WIN
, put
#include "HsNetDef.h"
"HsNet.h" does now work well since Mac's cpp sucks.
If you need #peek
, #poke
and others, create a .hsc
file with
#include "HsNet.h"
HsNet.h
includes HsNefDef.h
and necessary C structures.
Unfortunately, hsc2hs
does not convert C macros.
So, if you use CALLCONV
/SAFE_ON_WIN
, the following is also necessary:
##include "HsNetDef.h"
- Making
SockAddrCan
deprecated
See haskell#296
- Making
Network
deprecated - Making
Network.BSD
deprecated - Making
MkSocket
deprecated - Making many APIs deprecated
- Stop exporting the
PortNum
Constructor inPortNumber
- Removing
Network
- Removing
Network.BSD
- Removing
SockAddrCan
- Changing the internal structure of
Socket
. - Make address extensible.
- Remove EOF errors