Commit 01d343c3bd6a0a3f69bdcdfc73a3608878e0648f
- Diff rendering mode:
- inline
- side by side
hsdns.cabal
(2 / 2)
|   | |||
| 6 | 6 | License: LGPL | |
| 7 | 7 | Homepage: http://cryp.to/hsdns/ | |
| 8 | 8 | Synopsis: Asynchronous DNS Resolver | |
| 9 | Description: An asynchronous DNS resolver based on GNU ADNS. | ||
| 9 | Description: Asynchronous DNS Resolver; requires GNU ADNS to be installed. | ||
| 10 | 10 | Category: Foreign, Network | |
| 11 | 11 | Build-Depends: base, network | |
| 12 | Extensions: ForeignFunctionInterface | ||
| 12 | Extensions: ForeignFunctionInterface, EmptyDataDecls | ||
| 13 | 13 | Extra-Libraries: adns | |
| 14 | 14 | Includes: "adns.h", "errno.h" | |
| 15 | 15 | Exposed-Modules: ADNS, |

