name: whois version: 1.2.2 x-revision: 1 synopsis: WHOIS client library. homepage: http://github.com/relrod/whois-hs bug-reports: https://github.com/relrod/whois-hs/issues license: BSD3 license-file: LICENSE author: Ricky Elrod maintainer: ricky@elrod.me description: Provides a simple client to return WHOIS information about IP addresses or hostnames. category: Network build-type: Simple cabal-version: >=1.8 stability: experimental, may change (open to suggestions!) flag network-uri description: Get Network.URI from the network-uri package default: True library exposed-modules: Network.Whois build-depends: base > 4 && < 5, split >= 0.2 && < 1, network >= 2.4 && < 3 if flag(network-uri) build-depends: network-uri >= 2.6, network >= 2.6 else build-depends: network-uri < 2.6, network < 2.6 source-repository head type: git location: git://github.com/relrod/whois-hs.git