packages feed

phladiprelio-general-shared 0.1.0.0 → 0.1.1.0

raw patch · 3 files changed

+19/−5 lines, 3 filesdep ~phonetic-languages-phonetics-basicsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-phonetics-basics

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -4,3 +4,7 @@  * First version. Released on an unsuspecting world. +## 0.1.1.0 -- 2023-09-22++* First version revised A. Updated the dependency boundaries. Added devotion to the README.md.+
README.md view
@@ -1,8 +1,18 @@ The module is intended to be used by both old and new projects related to PhLADiPreLiO. -P.S.: the author would like to devote this project to support the Fund GASTROSTARS.-If you would like to share some financial support, please, contact the fund+Devotion+========++P.S.: the author would like to devote this project to support the [Foundation Gastrostars](https://gastrostars.nl).++The version 0.1.1.0 is devoted to Nathalie Kok, the mother of the founder of the Foundation and the member of the foundation board, who has Birthday on the 22/09/2023.++If you would like to share some financial support, please, contact the foundation using the URL: -https://gastrostars.nl/hou-mij-op-de-hoogte+[Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)++or ++[Donation Page](https://gastrostars.nl/doneren) 
phladiprelio-general-shared.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               phladiprelio-general-shared-version:            0.1.0.0+version:            0.1.1.0  -- A short (one-line) description of the package. synopsis:           A shared by different general implementations of the PhLADiPreLiO functionality.@@ -26,7 +26,7 @@      -- LANGUAGE extensions used by modules in this package.     other-extensions: BangPatterns, NoImplicitPrelude-    build-depends:    base >=4.13 && <5, phonetic-languages-phonetics-basics ==0.10.0.2+    build-depends:    base >=4.13 && <5, phonetic-languages-phonetics-basics ==0.10.1.0     hs-source-dirs:   .     default-language: Haskell2010