packages feed

phonetic-languages-simplified-base 0.6.0.0 → 0.6.1.0

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~phonetic-languages-basisPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: phonetic-languages-basis

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -54,3 +54,8 @@ ## 0.6.0.0 -- 2022-08-09  * Sixth version. Added the functionality related to the Result2 data type in parallel to the old Result data type related one.++## 0.6.1.0 -- 2022-09-13++* Sixth version revised A. Updated the dependencies boundaries to use the new functionality.+
phonetic-languages-simplified-base.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-base-version:             0.6.0.0+version:             0.6.1.0 synopsis:            A basics of the phonetic-languages functionality that can be groupped. 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.DataG.Partir   -- other-modules:   other-extensions:    BangPatterns, FlexibleContexts, MultiParamTypeClasses-  build-depends:       base >=4.8 && <5, subG ==0.5.3.0, phonetic-languages-permutations-array ==0.3.4.0, phonetic-languages-basis ==0.1.1.0+  build-depends:       base >=4.8 && <5, subG ==0.5.3.0, phonetic-languages-permutations-array ==0.3.4.0, phonetic-languages-basis ==0.2.0.0   -- hs-source-dirs:   default-language:    Haskell2010