ip2location 8.3.0 → 8.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~bytestring
Dependency ranges changed: base, bytestring
Files
- ip2location.cabal +2/−2
ip2location.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 8.3.0+version: 8.3.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.14, bytestring >=0.10 && <0.11, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8+ build-depends: base >=4.9 && <=4.15, bytestring >=0.10 && <0.12, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8 -- Directories containing source files. -- hs-source-dirs: