diff options
Diffstat (limited to 'haskell/haskell-resolv/README')
-rw-r--r-- | haskell/haskell-resolv/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-resolv/README b/haskell/haskell-resolv/README new file mode 100644 index 0000000000000..98c0f1c281f46 --- /dev/null +++ b/haskell/haskell-resolv/README @@ -0,0 +1,8 @@ +haskell-resolv (DNS lookup via libresolv) + +This package implements an API for accessing the DNS resolver service +via the standard libresolv system library (whose API is often +available directly via the standard libc C library) on Unix systems. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |