ip2location 8.2.0 → 8.2.1
raw patch · 4 files changed
+9/−5 lines, 4 filesdep ~base
Dependency ranges changed: base
Files
- ChangeLog.md +4/−0
- IP2Location.hs +2/−2
- LICENSE +1/−1
- ip2location.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for ip2location +## 8.2.1 -- 2020-04-22++* Modified version requirement for base module.+ ## 8.2.0 -- 2019-11-12 * Standardized the reading algorithm to follow other components.
IP2Location.hs view
@@ -1,7 +1,7 @@ {-| Module : IP2Location Description : IP2Location Haskell package -Copyright : (c) IP2Location, 2019 +Copyright : (c) IP2Location, 2020 License : MIT Maintainer : sales@ip2location.com Stability : experimental @@ -119,7 +119,7 @@ The 'getAPIVersion' function returns a string containing the API version. -} getAPIVersion :: String -getAPIVersion = "8.2.0" +getAPIVersion = "8.2.1" ipToOcts :: IP -> [Int] ipToOcts (IPv4 ip) = fromIPv4 ip
LICENSE view
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 IP2Location.com +Copyright (c) 2020 IP2Location.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal
ip2location.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 8.2.0+version: 8.2.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.10, bytestring >=0.10 && <0.11, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8+ build-depends: base >=4.9 && <=4.14, bytestring >=0.10 && <0.11, binary >=0.8.4 && <0.9, iproute >=1.7 && <1.8 -- Directories containing source files. -- hs-source-dirs: