packages feed

ip2proxy 3.5.0 → 3.5.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 view
@@ -1,5 +1,9 @@ # Revision history for ip2proxy +## 3.5.1  -- 2026-07-23++* Updated dependencies.+ ## 3.5.0  -- 2026-04-28  * Added support for new proxy type "AIC" in "is_proxy" field.
IP2Proxy.hs view
@@ -119,7 +119,7 @@     The 'getModuleVersion' function returns a string containing the module version.
 -}
 getModuleVersion :: String
-getModuleVersion = "3.5.0"
+getModuleVersion = "3.5.1"
 
 {-|
     The 'getPackageVersion' function returns a string containing the package version.
ip2proxy.cabal view
@@ -10,7 +10,7 @@ -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             3.5.0
+version:             3.5.1
 
 -- A short (one-line) description of the package.
 synopsis:            IP2Proxy Haskell package for proxy detection.
@@ -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
+  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
   
   -- Directories containing source files.
   -- hs-source-dirs: