phonetic-languages-simplified-base 0.4.3.0 → 0.4.4.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~phonetic-languages-permutations-arrayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: phonetic-languages-permutations-array
API changes (from Hackage documentation)
Files
CHANGELOG.md view
@@ -32,3 +32,8 @@ * Fourth version revised C. Updated the dependency boundaries of the phonetic-languages-permutations-array for just easier update of the dependent packages. +## 0.4.4.0 -- 2022-01-16++* Fourth version revised D. Updated the dependency boundaries of the phonetic-languages-permutations-array for just+easier update of the dependent packages.+
phonetic-languages-simplified-base.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: phonetic-languages-simplified-base-version: 0.4.3.0+version: 0.4.4.0 synopsis: A basics of the phonetic-languages functionality. description: The common for different realizations functionality. Just the necessary one. homepage: https://hackage.haskell.org/package/phonetic-languages-simlified-base@@ -21,6 +21,6 @@ exposed-modules: Phonetic.Languages.Simplified.DataG.Base, Phonetic.Languages.Simplified.StrictVG.Base, Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base -- other-modules: other-extensions: BangPatterns, FlexibleContexts, MultiParamTypeClasses- build-depends: base >=4.8 && <5, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.3.1 && <1+ build-depends: base >=4.8 && <5, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.3.2 && <1 -- hs-source-dirs: default-language: Haskell2010