packages feed

GeoIp-0.2: GeoIp.cabal

Name:		GeoIp
Version:	0.2
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.1

Library {
  Exposed-modules:
    Network.GeoIp.GeoCityIp
  Other-modules:
    Network.GeoIp.GeoDB
  build-depends: base > 4.0, bytestring, bytestring-mmap, syb
  ghc-options: -Wall -fglasgow-exts
}