Path to this page:
./
net/hs-network,
Haskell Low-level networking interface
Branch: CURRENT,
Version: 3.2.0.0nb1,
Package name: hs-network-3.2.0.0nb1,
Maintainer: phonetwork: Networking-related facilities
Required to run:[
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 139.366 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-network-3.2.0.0nb1
- (2024-04-29) Updated to version: hs-network-3.2.0.0
- (2023-11-02) Updated to version: hs-network-3.1.4.0nb1
- (2023-10-27) Updated to version: hs-network-3.1.4.0
- (2023-10-09) Updated to version: hs-network-3.1.2.7nb4
- (2023-02-09) Updated to version: hs-network-3.1.2.7nb3
CVS history: (Expand)
2024-04-29 04:56:00 by Masatake Daimon | Files touched by this commit (4) |
Log message:
net/hs-network: Update to 3.2.0.0
Version 3.2.0.0
Breaking change: Using Strict and StrictData.
Breaking change: Allow a control message to contain multiple file \
descriptors #567
Breaking change: CmsgIdFd -> CmsgIdFds #575
SocketTypes: use UnsupportedSocketType instead of -1. #560
Expose NullSockAddr, add send-with-fds functions. #562
Allow bytestring-0.12 and replace deprecated memcpy by copyBytes. #564
Close file descriptor in accept when exception happens #569
Bump CI to GHC 9.8 and latest versions of actions #573
Version 3.1.5.0
#541
Export Network.Socket.Internal.NullSockAddr
Add Network.Socket.ByteString.sendManyWithFds
Add Network.Socket.ByteString.Lazy.sendWithFds
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-27 04:08:49 by Masatake Daimon | Files touched by this commit (4) |
Log message:
net/hs-network: Update to 3.1.4.0
Version 3.1.4.0
Install and use afunix_compat.h header. #556
Supporting SO_SNDTIMEO and SO_RCVTIMEO. #555
Emulating socketPair on Windows. #554
Version 3.1.3.0
Supporting AF_UNIX on Windows #553
Version 3.1.2.9
Resolving the runtime linker problem on Windows. #552
Version 3.1.2.8
Ignoring error from shutdown in gracefulClose
Fix bitsize of some msghdr and cmsghdr fields on Linux #535
Add SO_ACCEPTCONN SocketOption #524
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872) |
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
|
2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575) |
Log message:
revbump after changing the default Haskell compiler
|
2022-02-11 12:55:34 by Masatake Daimon | Files touched by this commit (3) |
Log message:
Import network-3.1.2.7
Version 3.1.2.7
* No change from 3.1.2.6 but to take a right procedure to upload "network"
to Hackage for Windows.
Version 3.1.2.6
* Making IPv4PktInfo on Win the same as that on Posix #522
* Add support for nix/ghcjs #517
Version 3.1.2.5
* Regenerate configure script with autoconf-2.69 to temporarily fix broken
cabal-3.4.0.0 on Windows. Note that the old one was generated with
autoconf-2.71. #513
Version 3.1.2.3
* Supporting M1 Mac #510
* Workaround for autoconf on Windows #508
* Fixing building failure on SmartOS #507
* HsNet.h: remove unused fn hsnet_inet_ntoa definition #504
* Use a working define for OpenBSD detection #503
Version 3.1.2.2
* Allow bytestring 0.11 #490
* Export StructLinger #491
* Fix a couple of broken tests on OpenBSD #498
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|