packages feed

geoip2 0.3.0.0 → 0.3.1.0

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Data.GeoIP2: Location :: Double -> Double -> Text -> Int -> Location
+ Data.GeoIP2: [locationAccuracy] :: Location -> Int
+ Data.GeoIP2: [locationLatitude] :: Location -> Double
+ Data.GeoIP2: [locationLongitude] :: Location -> Double
+ Data.GeoIP2: [locationTimezone] :: Location -> Text
+ Data.GeoIP2: data Location

Files

Data/GeoIP2.hs view
@@ -22,6 +22,7 @@   -- * Querying the database   , findGeoData   , GeoResult(..)+  , Location(..) ) where  #if !MIN_VERSION_base(4,8,0)
geoip2.cabal view
@@ -1,5 +1,5 @@ name:                geoip2-version:             0.3.0.0+version:             0.3.1.0 synopsis:            Pure haskell interface to MaxMind GeoIP database description:   GeoIP2 is a haskell binding to the MaxMind GeoIP2 database.