packages feed

phonetic-languages-simplified-base 0.4.1.0 → 0.4.2.0

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~basedep ~phonetic-languages-permutations-arrayPVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -14,11 +14,15 @@  ## 0.4.0.0 -- 2021-11-04 -* Fourth version. Alongside with the Char representation added also the Int8 to the +* Fourth version. Alongside with the Char representation added also the Int8 to the Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.  ## 0.4.1.0 -- 2021-11-05 -* Fourth version revised A. Added generalized functions versions to the +* Fourth version revised A. Added generalized functions versions to the Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module. +## 0.4.2.0 -- 2022-01-15++* Fourth version revised B. Updated the dependency boundaries of the phonetic-languages-permutations-array for just+easier update of the dependent packages.
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2020-2021 OleksandrZhabenko+Copyright (c) 2020-2022 OleksandrZhabenko  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the
phonetic-languages-simplified-base.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-base-version:             0.4.1.0+version:             0.4.2.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 && <4.16, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.2 && <1+  build-depends:       base >=4.8 && <5, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.3 && <1   -- hs-source-dirs:   default-language:    Haskell2010