network-bsd: POSIX network database (<netdb.h>) API
This package provides Haskell bindings to the the POSIX network database (netdb.h) API.
Relationship to the network package
The network package version 2.* series provides Network.BSD but
it is removed starting with network version 3.0.
This package provides the Network.BSD module split off from the network package.
If in addition to the network's modules also Network.BSD is
necessary, add network-bsd to your dependencies like so:
library
build-depends: network >= 2.7 && < 3.2
, network-bsd >= 2.7 && < 2.9I.e. you can control the version of the network package
independently.
NOTE: Starting with network-bsd-2.8.1.0 the APIs of network
and network-bsd evolve differently, and consequently the
versioning doesn't match up anymore! Moreover, also starting with
version network-bsd-2.8.1.0 this package requires network >= 3
in order to avoid module name clashes with network < 3's
Network.BSD module.
However, network-bsd-2.7.0.0 and network-bsd-2.8.0.0 passes thru
the Network.BSD module from network-2.7.* and network-2.8.*
respectively in a non-clashing way via Cabal's
reexported-modules
feature while ensuring a well-defined
API versioning of the observable API of
network-bsd. This is why the example above supporting a wide range
of network versions works by including version 2.7.0.0 in the
required version range of network-bsd.
Downloads
- network-bsd-2.8.1.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 2.7.0.0, 2.8.0.0, 2.8.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.7 && <5), deepseq (>=1.3.0.0 && <1.6), network (>=3.0.0.0 && <3.0.2 || >=3.1.0.0 && <3.3) [details] |
| Tested with | ghc ==9.6.2, ghc ==9.4.5, ghc ==9.2.8, ghc ==9.0.2, ghc ==8.10.7, ghc ==8.8.4, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3, ghc ==7.8.4 |
| License | BSD-3-Clause |
| Author | |
| Maintainer | Kazu Yamamoto, Herbert Valerio Riedel |
| Revised | Revision 6 made by Bodigrim at 2024-06-23T14:18:55Z |
| Category | Network |
| Home page | https://github.com/haskell/network-bsd |
| Bug tracker | https://github.com/haskell/network-bsd/issues |
| Source repo | head: git clone https://github.com/haskell/network-bsd.git |
| Uploaded | by HerbertValerioRiedel at 2019-01-19T23:54:28Z |
| Distributions | Arch:2.8.1.0, Debian:2.8.1.0, Fedora:2.8.1.0, LTSHaskell:2.8.1.0, NixOS:2.8.1.0, Stackage:2.8.1.0, openSUSE:2.8.1.0 |
| Reverse Dependencies | 34 direct, 863 indirect [details] |
| Downloads | 20360 total (8 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2019-01-20 [all 1 reports] |