packages feed

GeoIp 0.1 → 0.2

raw patch · 2 files changed

+6/−7 lines, 2 filesdep +sybdep ~basesetup-changedPVP ok

version bump matches the API change (PVP)

Dependencies added: syb

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

GeoIp.cabal view
@@ -1,5 +1,5 @@ Name:		GeoIp-Version:	0.1+Version:	0.2 License:	OtherLicense License-File: Copying Author:		Stephen Cook@@ -12,14 +12,13 @@   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+Cabal-Version: >= 1.2.1 -Library+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-  Build-Depends: base, bytestring, bytestring-mmap--+}
Setup.lhs view
@@ -1,3 +1,3 @@ #!/usr/bin/env runhaskell > import Distribution.Simple-> main = defaultMainWithHooks defaultUserHooks+> main = defaultMain