packages feed

HPhone 0.0.1.1 → 0.0.1.2

raw patch · 3 files changed

+13/−29 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for HPhone +## 0.0.1.2  -- 2016-06-23++* Deprecating the package+ ## 0.0.1.1  -- 2016-06-23  * Support for phone-numbers matching multiple types.
HPhone.cabal view
@@ -6,23 +6,23 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.0.1.1+version:             0.0.1.2  -- A short (one-line) description of the package.-synopsis:            Phone number parser and validator+synopsis:            Phone number parser and validator - This is now DEPRECATED!  -- A longer description of the package.-description:         Phone number parser and validator+description:         Phone number parser and validator - This is now DEPRECATED! -homepage:            https://github.com/vijayanant/HPhone+homepage:             -bug-reports:         https://github.com/vijayanant/HPhone/issues+bug-reports:           -- 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:              Vijay Anant <vijay.hassan@gmail.com>, @@ -33,7 +33,7 @@ maintainer:          vijay.hassan@gmail.com,                      raghu.ugare@gmail.com -stability:           experimental+stability:           DEPRICATED  -- A copyright notice. -- copyright:           @@ -51,7 +51,7 @@  source-repository head     type:            git-    location:        https://github.com/vijayanant/HPhone.git+    location:        https://github.com/  library   -- Modules exported by the library.
− LICENSE
@@ -1,20 +0,0 @@-Copyright (c) 2016 Vijay Anant--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.