ip2location 8.7.0 → 8.7.1
raw patch · 3 files changed
+7/−3 lines, 3 filesdep ~aesondep ~basedep ~http-client-tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, http-client-tls
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- IP2Location.hs +1/−1
- ip2location.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for ip2location +## 8.7.1 -- 2026-07-23++* Updated dependencies.+ ## 8.7.0 -- 2026-01-12 * Added doInitBS and doQueryBS to allow opening of the BIN file once and querying multiple times.
IP2Location.hs view
@@ -149,7 +149,7 @@ The 'getAPIVersion' function returns a string containing the API version. -} getAPIVersion :: String -getAPIVersion = "8.7.0" +getAPIVersion = "8.7.1" ipToOcts :: IP -> [Int] ipToOcts (IPv4 ip) = fromIPv4 ip
ip2location.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 8.7.0+version: 8.7.1 -- A short (one-line) description of the package. synopsis: IP2Location Haskell package for IP geolocation.@@ -60,7 +60,7 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.9 && <=4.21, bytestring >=0.10 && <0.13, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8, aeson >=1.5 && <2.3, http-types >=0.12 && <0.13, http-client >=0.6 && <0.8, http-client-tls >=0.3 && <0.4, uri-encode >=1.5 && <1.6, split <=0.2.5+ build-depends: base >=4.9 && <4.23, bytestring >=0.10 && <0.13, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8, aeson >=1.5 && <2.4, http-types >=0.12 && <0.13, http-client >=0.6 && <0.8, http-client-tls >=0.3 && <0.5, uri-encode >=1.5 && <1.6, split <=0.2.5 -- Directories containing source files. -- hs-source-dirs: