Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-network-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 3.1.4.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.3.3.1 | Build date: Mon Jan 29 16:03:19 2024 |
Group: Unspecified | Build host: mourvedre |
Size: 10442350 | Source RPM: ghc-network-3.1.4.0-150500.3.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://hackage.haskell.org/package/network | |
Summary: Haskell network library development files |
This package provides the Haskell network library development files.
BSD-3-Clause
* Tue Jul 18 2023 [email protected] - Update network to version 3.1.4.0 revision 1. [#]# Version 3.1.4.0 * Install and use afunix_compat.h header. [#556](https://github.com/haskell/network/pull/556) * Supporting SO_SNDTIMEO and SO_RCVTIMEO. [#555](https://github.com/haskell/network/pull/555) * Emulating socketPair on Windows. [#554](https://github.com/haskell/network/pull/554) [#]# Version 3.1.3.0 * Supporting AF_UNIX on Windows [#553](https://github.com/haskell/network/issues/553) [#]# Version 3.1.2.9 * Resolving the runtime linker problem on Windows. [#552](https://github.com/haskell/network/issues/552) [#]# Version 3.1.2.8 * Ignoring error from shutdown in gracefulClose * Fix bitsize of some msghdr and cmsghdr fields on Linux [#535](https://github.com/haskell/network/issues/535) * Add SO_ACCEPTCONN SocketOption [#524](https://github.com/haskell/network/issues/524) * Thu Jan 20 2022 [email protected] - Update network to version 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](https://github.com/haskell/network/issues/522) * Add support for nix/ghcjs [#517](https://github.com/haskell/network/issues/517) * Sun Oct 10 2021 [email protected] - Update network to version 3.1.2.5. 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.5/src/CHANGELOG.md * Fri Oct 08 2021 [email protected] - Update network to version 3.1.2.4. [#]# Version 3.1.2.4 * 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](https://github.com/haskell/network/issues/513) * Thu Oct 07 2021 [email protected] - Update network to version 3.1.2.3. [#]# Version 3.1.2.3 * Supporting M1 Mac [#510](https://github.com/haskell/network/pull/510) * Workaround for autoconf on Windows [#508](https://github.com/haskell/network/pull/508) * Fixing building failure on SmartOS [#507](https://github.com/haskell/network/pull/507) * HsNet.h: remove unused fn hsnet_inet_ntoa definition [#504](https://github.com/haskell/network/pull/504) * Use a working define for OpenBSD detection [#503](https://github.com/haskell/network/pull/503) * Wed Jun 16 2021 [email protected] - 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 [email protected] - disable %{ix86} build * Fri Dec 04 2020 [email protected] - Update network to version 3.1.2.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri Nov 27 2020 [email protected] - 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 [email protected] - Update network to version 3.1.2.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue Aug 18 2020 [email protected] - Replace %setup -q with the more modern %autosetup macro. * Mon Aug 10 2020 [email protected] - 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 [email protected] - Re-generate file with latest version of spec-cleaner. * Sun Dec 29 2019 [email protected] - 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 [email protected] - Drop obsolete group attributes. * Tue Apr 30 2019 [email protected] - 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 [email protected] - 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 [email protected] - 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 [email protected] - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. * Fri Jul 13 2018 [email protected] - 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 [email protected] - 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. * Thu Aug 03 2017 [email protected] - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. * Thu Jun 08 2017 [email protected] - Update to version 2.6.3.2 revision 1. * Wed Aug 17 2016 [email protected] - Update to version 2.6.3.1 revision 0 with cabal2obs. * Sun Jul 10 2016 [email protected] - Update to version 2.6.2.1 revision 0 with cabal2obs. * Mon Jul 13 2015 [email protected] - update to 2.6.2.1 * Regenerate configure and HsNetworkConfig.h.in. * Better detection of CAN sockets. * Add support for TCP_USER_TIMEOUT. * Don't conditionally export the SockAddr constructors. * Add isSupportSockAddr to allow checking for supported address types at runtime. * Sun May 31 2015 [email protected] - update to 2.6.2.0 * no upstream changelog * Sun May 10 2015 [email protected] - update to 2.6.1.0 * no upstream changelog * Fri Apr 10 2015 [email protected] - update to 2.6.0.2 * split to network and network-uri packages
/usr/lib64/ghc-8.10.7/network-3.1.4.0/Network /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Address.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Address.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Address.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Buffer.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Buffer.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Buffer.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/IO.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/IO.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/IO.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Internal.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Internal.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Internal.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy/Posix.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy/Posix.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ByteString/Lazy/Posix.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Cbits.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Cbits.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Cbits.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Fcntl.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Fcntl.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Fcntl.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Flag.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Flag.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Flag.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Handle.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Handle.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Handle.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/If.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/If.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/If.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Imports.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Imports.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Imports.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Info.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Info.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Info.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Internal.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Internal.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Internal.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Name.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Name.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Name.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Options.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Options.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Options.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/Cmsg.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/Cmsg.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/Cmsg.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/CmsgHdr.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/CmsgHdr.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/CmsgHdr.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/IOVec.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/IOVec.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/IOVec.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/MsgHdr.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/MsgHdr.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Posix/MsgHdr.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ReadShow.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ReadShow.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/ReadShow.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Shutdown.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Shutdown.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Shutdown.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/SockAddr.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/SockAddr.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/SockAddr.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Syscall.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Syscall.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Syscall.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Types.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Types.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Types.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Unix.dyn_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Unix.hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/Network/Socket/Unix.p_hi /usr/lib64/ghc-8.10.7/network-3.1.4.0/include /usr/lib64/ghc-8.10.7/network-3.1.4.0/include/HsNet.h /usr/lib64/ghc-8.10.7/network-3.1.4.0/include/HsNetDef.h /usr/lib64/ghc-8.10.7/network-3.1.4.0/include/HsNetworkConfig.h /usr/lib64/ghc-8.10.7/network-3.1.4.0/include/alignment.h /usr/lib64/ghc-8.10.7/network-3.1.4.0/include/win32defs.h /usr/lib64/ghc-8.10.7/network-3.1.4.0/libHSnetwork-3.1.4.0-3EBEnAeUdiJ8uH3pm4jh9Q.a /usr/lib64/ghc-8.10.7/network-3.1.4.0/libHSnetwork-3.1.4.0-3EBEnAeUdiJ8uH3pm4jh9Q_p.a /usr/lib64/ghc-8.10.7/package.conf.d/network-3.1.4.0.conf /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0 /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/CHANGELOG.md /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/Network-Socket-Address.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/Network-Socket-ByteString-Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/Network-Socket-ByteString.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/Network-Socket-Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/Network-Socket.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/README.md /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-A.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-All.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-B.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-C.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-D.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-E.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-F.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-G.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-H.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-I.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-K.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-L.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-M.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-N.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-O.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-P.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-R.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-S.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-T.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-U.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-W.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index-Z.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/index.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/network.haddock /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/network.txt /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Address.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Buffer.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ByteString.IO.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ByteString.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ByteString.Lazy.Posix.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ByteString.Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ByteString.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Cbits.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Fcntl.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Flag.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Handle.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.If.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Imports.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Info.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Name.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Options.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Posix.Cmsg.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Posix.CmsgHdr.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Posix.IOVec.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Posix.MsgHdr.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.ReadShow.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Shutdown.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.SockAddr.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Syscall.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.Unix.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/Network.Socket.html /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/network-3.1.4.0/synopsis.png /usr/share/doc/packages/ghc-network-devel /usr/share/doc/packages/ghc-network-devel/CHANGELOG.md /usr/share/doc/packages/ghc-network-devel/README.md /usr/share/doc/packages/ghc-network-devel/examples /usr/share/doc/packages/ghc-network-devel/examples/EchoClient.hs /usr/share/doc/packages/ghc-network-devel/examples/EchoServer.hs
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 19:51:39 2024