packages feed

phone-metadata 0.0.1.4 → 0.0.1.5

raw patch · 3 files changed

+12/−28 lines, 3 filesdep ~phone-metadataPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phone-metadata

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for hphone-lib +## 0.0.1.5 -- 2016-06-23++* Deprecating package.+ ## 0.0.1.4 -- 2016-06-20  * Include phone-number-type in PhoneNumberPatterns
− LICENSE
@@ -1,20 +0,0 @@-Copyright (c) 2016 Raghavendra Ugare--Permission is hereby granted, free of charge, to any person obtaining-a copy of this software and associated documentation files (the-"Software"), to deal in the Software without restriction, including-without limitation the rights to use, copy, modify, merge, publish,-distribute, sublicense, and/or sell copies of the Software, and to-permit persons to whom the Software is furnished to do so, subject to-the following conditions:--The above copyright notice and this permission notice shall be included-in all copies or substantial portions of the Software.--THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
phone-metadata.cabal view
@@ -6,19 +6,19 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.0.1.4+version:             0.0.1.5  -- A short (one-line) description of the package.-synopsis:            Phonenumber Metadata based on Google's libphonenumber+synopsis:            Phonenumber Metadata - NOTE: this is now deprecated!  -- A longer description of the package.-description:         Phonenumber Metadata based on Google's libphonenumber+description:         Phonenumber Metadata - NOTE: this is now deprecated!  -- The license under which the package is released.-license:             MIT+license:             OtherLicense  -- The file containing the license text.-license-file:        LICENSE+-- license-file:          -- The package author(s). author:              Raghu Ugare <raghu.ugare@gmail.com>,@@ -30,7 +30,7 @@ maintainer:          raghu.ugare@gmail.com,                      vijay.hassan@gmail.com -stability:           experimental+stability:           DEPRECATED -- A copyright notice. -- copyright:            @@ -51,7 +51,7 @@  source-repository head     type:       git-    location:   https://github.com/raghuugare/hphone-lib.git+    location:   https://github.com  library   -- Modules exported by the library.@@ -83,6 +83,6 @@     hs-source-dirs:   test     ghc-options:      -Wall     main-is:          Spec.hs-    build-depends:    phone-metadata >=0.0.1.3+    build-depends:    phone-metadata >=0.0.1.5                     , base                     , hspec