packages feed

GeoIp-0.1: GeoIp.cabal

Name:		GeoIp
Version:	0.1
License:	OtherLicense
License-File: Copying
Author:		Stephen Cook
Maintainer: siti@orcon.net.nz
category:	Network
Synopsis:	Pure bindings for the MaxMind IP database.
Stability:	alpha
build-type: Simple
Description:
  GeoIp is a pure haskell binding to the MaxMind IP database.
  The IP database contains information such as the approximate
  longitude and latitude of an IP address.
Cabal-Version: >= 1.2

Library
  Exposed-modules:
    Network.GeoIp.GeoCityIp
  Other-modules:
    Network.GeoIp.GeoDB
  ghc-options: -Wall -fglasgow-exts
  Build-Depends: base, bytestring, bytestring-mmap