Path to this page:
./
net/hs-resolv,
Domain Name Service (DNS) lookup
Branch: CURRENT,
Version: 0.2.0.2nb2,
Package name: hs-resolv-0.2.0.2nb2,
Maintainer: phoImport resolv-0.1.1.3
This package implements an API for accessing the Domain Name Service
(DNS) resolver service via the standard libresolv system library
(whose API is often available directly via the standard libc C
library) on Unix systems.
Required to run:[
lang/ghc88] [
converters/hs-base16-bytestring]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 155.916 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-resolv-0.2.0.2nb2
- (2023-11-02) Updated to version: hs-resolv-0.2.0.2nb1
- (2023-10-27) Updated to version: hs-resolv-0.2.0.2
- (2023-10-09) Updated to version: hs-resolv-0.1.2.0nb6
- (2023-02-09) Updated to version: hs-resolv-0.1.2.0nb5
- (2022-02-26) Updated to version: hs-resolv-0.1.2.0nb4
CVS history: (Expand)
2024-04-29 06:35:38 by Masatake Daimon | Files touched by this commit (2) |
Log message:
net/hs-resolv: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
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 13:53:14 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
net/hs-resolv: Update to 0.2.0.2
0.2.0.2 - 2023-06-12, Alexey Radkov and Andreas Abel
* Support Haiku OS by including libnetwork in configure script. (PR #23.)
0.2.0.1 - 2023-03-31, Alexey Radkov and Andreas Abel
* Fix 0.2.0.0: Ship updated configure script.
0.2.0.0 - 2023-03-31, Alexey Radkov and Andreas Abel
* Bump bytestring to >= 0.10 for correct IsString ByteString instance. (PR
#16.)
* Fix memory leaks due to missing res_nclose() after each res_ninit()
call. (PR #12.)
* Check the value of h_errno on failures of res_nquery() and throw an
appropriate exception of type DnsException built with one of new
constructors DnsHostNotFound, DnsNoData, DnsNoRecovery, or
DnsTryAgain. Note that previously such exceptions were thrown by fail and
had type IOError. (PR #17.)
* Suppress configure warning on option --with-compiler passed by Cabal. (PR
#21.)
* Tested with GHC 8.0 - 9.6.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-25 14:31:04 by Masatake Daimon | Files touched by this commit (4) |
Log message:
net/hs-resolv: Fix build with GHC 9.4
|
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 14:15:31 by Masatake Daimon | Files touched by this commit (2) |
Log message:
Fix build with GHC 9.2
|