Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-network | Distribution: openSUSE Tumbleweed |
Version: 3.1.2.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jun 23 21:50:10 2021 |
Group: Unspecified | Build host: obs-arm-6 |
Size: 977867 | Source RPM: ghc-network-3.1.2.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/network | |
Summary: Low-level networking interface |
This package provides a low-level networking interface. === High-Level Packages Other packages provide higher level interfaces: * connection * hookup * network-simple === Extended Packages 'network' seeks to provide a cross-platform core for networking. As such some APIs live in extended libraries. Packages in the 'network' ecosystem are often prefixed with 'network-'. ==== 'network-bsd' In 'network-3.0.0.0' the 'Network.BSD' module was split off into its own package, 'network-bsd-3.0.0.0'. ==== 'network-uri' In 'network-2.6' the 'Network.URI' module was split off into its own package, 'network-uri-2.6'. If you're using the 'Network.URI' module you can automatically get it from the right package by adding this to your '.cabal' file: > library > build-depends: network-uri-flag.
BSD-3-Clause
* Wed Jun 16 2021 psimons@suse.com - Update network to version 3.1.2.2. [#]# Version 3.1.2.2 * Allow bytestring 0.11 [#490](https://github.com/haskell/network/pull/490) * Export StructLinger [#491](https://github.com/haskell/network/pull/491) * Fix a couple of broken tests on OpenBSD [#498](https://github.com/haskell/network/pull/498) * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Fri Dec 04 2020 psimons@suse.com - Update network to version 3.1.2.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri Nov 27 2020 psimons@suse.com - Update network to version 3.1.2.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/network-3.1.2.1/src/CHANGELOG.md * Mon Aug 31 2020 psimons@suse.com - Update network to version 3.1.2.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Mon Aug 10 2020 psimons@suse.com - Update network to version 3.1.2.0. [#]# Unreleased [#]# Version 3.1.2.0 * Added `-f devel` for test cases that are known to fail. [#471](https://github.com/haskell/network/pull/471) * Improved precedence-compliant Read/Show instances. Verified via QuickCheck. [#465](https://github.com/haskell/network/pull/465) [#466](https://github.com/haskell/network/pull/466) * Removed the racing graceful close implementation to avoid issues with `CLOSE_WAIT`. [#460](https://github.com/haskell/network/pull/438) * Gracefully handle binding of UNIX domain sockets. [#460](https://github.com/haskell/network/pull/460) * Replace Socket type and family with extensible `CInt` pattern and synonyms. [#459](https://github.com/haskell/network/pull/459) * Fixed race conditions in tests. [#458](https://github.com/haskell/network/pull/458) * Removed many legacy uses of `undefined`. [#456](https://github.com/haskell/network/pull/456) * Defined extensible `CustomSockOpt` via `ViewPatterns`. [#455](https://github.com/haskell/network/pull/455) * Defined `openSocket` in terms of `AddrInfo`. [5b0987197fe2ed7beddd7b2096522d624e71151e](https://github.com/haskell/network/commit/5b0987197fe2ed7beddd7b2096522d624e71151e) * Improved FreeBSD portability for Control Messages and tests [#452](https://github.com/haskell/network/pull/452) * Support `sendMsg` and `recvMsg` [#433](https://github.com/haskell/network/pull/433) [#445](https://github.com/haskell/network/pull/445) [#451](https://github.com/haskell/network/pull/451) * Added `sendMsg` and `recvMsg` APIs * Redefined `SocketOption` as pattern synonym * Implement total Show functions for SockAddr [#441](https://github.com/haskell/network/pull/441) * Improve portability changing `u_int32_t` to `uint32_t`. [#442](https://github.com/haskell/network/pull/442) * Removed obsolete CPP statements. [d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce](https://github.com/haskell/network/commit/d1f4ee60ce6a4a85abb79532f64d4a4e71e2b1ce) * Loads of improved test coverage. [cbd67cc50a37770432eb978ac8b8eb6da3664817](https://github.com/haskell/network/commit/cbd67cc50a37770432eb978ac8b8eb6da3664817) [fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22](https://github.com/haskell/network/commit/fcc2d86d53a6bec793f6a979a9e8fdf7fe3f4c22) [6db96969b3e8974abbfd50a7f073baa57376fd5e](https://github.com/haskell/network/commit/6db96969b3e8974abbfd50a7f073baa57376fd5e) * Tue Jun 16 2020 Peter Simons <psimons@suse.com> - Re-generate file with latest version of spec-cleaner. * Sun Dec 29 2019 psimons@suse.com - Update network to version 3.1.1.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/network-3.1.1.1/src/CHANGELOG.md * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Tue Apr 30 2019 psimons@suse.com - Update network to version 2.8.0.1. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/network-2.8.0.1/src/CHANGELOG.md * Mon Nov 19 2018 psimons@suse.com - Update network to version 2.8.0.0. [#]# Version 2.8.0.0 * Breaking change: PortNumber originally contained Word32 in network byte order and used "deriving Ord". This results in strange behavior on the Ord instance. Now PortNumber holds Word32 in host byte order. [#347](https://github.com/haskell/network/pull/347) * Breaking change: stopping the export of the PortNum constructor in PortNumber. * Use bytestring == 0.10.* only. * Use base >= 4.7 && < 5. * Thu Oct 04 2018 psimons@suse.com - Update network to version 2.7.0.2. * Removing withMVar to avoid the deadlock between "accept" and "close" [#330](https://github.com/haskell/network/pull/330) * "close" does not throw exceptions. A new API: "close'" throws exceptions when necessary. [#337](https://github.com/haskell/network/pull/337) * Fixing the hang of lazy sendAll. [#340](https://github.com/haskell/network/pull/340) * Installing NetDef.h (#334) [#334](https://github.com/haskell/network/pull/334) * A new API: socketPortSafe. [#319](https://github.com/haskell/network/pull/319) * Fixing a drain bug of sendAll. [#320](https://github.com/haskell/network/pull/320) * Porting the new CALLCONV convention from master. [#313](https://github.com/haskell/network/pull/313) * Withdrawing the deprecations of packFamily and unpackFamily. [#324](https://github.com/haskell/network/pull/324) * Obsoleting the Network module. * Obsoleting the Network.BSD module. * Obsoleting APIs: MkSocket, htonl, ntohl, getPeerCred, getPeerEid, send, sendTo, recv, recvFrom, recvLen, inet_addr, inet_ntoa, isConnected, isBound, isListening, isReadable, isWritable, aNY_PORT, iNADDR_ANY, iN6ADDR_ANY, sOMAXCONN, sOL_SOCKET, sCM_RIGHTS, packFamily, unpackFamily, packSocketType * Do not closeFd within sendFd. [#271](https://github.com/haskell/network/pull/271) * Exporting ifNameToIndex and ifIndexToName from Network.Socket. * New APIs: setCloseOnExecIfNeeded, getCloseOnExec and getNonBlock * New APIs: isUnixDomainSocketAvailable and getPeerCredential * socketPair, sendFd and recvFd are exported even on Windows. * Wed Jul 18 2018 psimons@suse.com - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. * Fri Jul 13 2018 psimons@suse.com - Update network to version 2.6.3.6. [#]# Version 2.6.3.6 * Removed unnecessary withMVar, which caused locking on close. [#330](https://github.com/haskell/network/pull/330) * Mon May 14 2018 psimons@suse.com - Update network to version 2.6.3.5. * Reverting "Do not closeFd within sendFd" [#271](https://github.com/haskell/network/pull/271) * Don't touch IPv6Only when running on OpenBSD [#227](https://github.com/haskell/network/pull/227) * Do not closeFd within sendFd [#271](https://github.com/haskell/network/pull/271) * Updating examples and docs. * Adds a function to show the defaultHints without reading their undefined fields [#291](https://github.com/haskell/network/pull/291) * Improve exception error messages for getAddrInfo and getNameInfo [#289](https://github.com/haskell/network/pull/289) * Deprecating SockAddrCan.
/usr/lib/ghc-8.10.4/network-3.1.2.2 /usr/lib/ghc-8.10.4/network-3.1.2.2/libHSnetwork-3.1.2.2-5nXq9fuXg6PF0ZGme8ki9P-ghc8.10.4.so /usr/share/licenses/ghc-network /usr/share/licenses/ghc-network/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jan 7 23:49:12 2025