packages feed

phonetic-languages-simplified-base 0.4.5.0 → 0.4.6.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~phonetic-languages-permutations-arraydep ~subGPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-permutations-array, subG

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -41,3 +41,7 @@  * Fourth version revised E. Updated the dependency boundaries of the phonetic-languages-permutations-array for just easier update of the dependent packages.++## 0.4.6.0 -- 2022-03-24++* Fourth version revised F. Updated the dependency boundaries to support the latest GHC and Cabal.
phonetic-languages-simplified-base.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-base-version:             0.4.5.0+version:             0.4.6.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.2 && <1+  build-depends:       base >=4.8 && <5, subG ==0.5.3.0, phonetic-languages-permutations-array ==0.3.4.0   -- hs-source-dirs:   default-language:    Haskell2010