packages feed

phonetic-languages-simplified-examples-array 0.1.1.0 → 0.1.2.0

raw patch · 2 files changed

+10/−5 lines, 2 filesdep −mmsyn2PVP ok

version bump matches the API change (PVP)

Dependencies removed: mmsyn2

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -6,4 +6,9 @@  ## 0.1.1.0 -- 2021-01-02 -* First version revised A. Removed the unneeded dependency of mmsyn2.+* First version revised A. Partially removed the unneeded dependency of mmsyn2.++## 0.1.2.0 -- 2021-01-02++* First version revised A. Removed the unneeded dependency of mmsyn2 (and all the vector-related functionality).+Some cabal file improvements.
phonetic-languages-simplified-examples-array.cabal view
@@ -2,9 +2,9 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-examples-array-version:             0.1.1.0-synopsis:            Simplified and somewhat optimized version of the phonetic-languages-examples.-description:         Is intended to use more functionality of lists and subG package.+version:             0.1.2.0+synopsis:            Helps to create Ukrainian texts with the given phonetic properties.+description:         Uses more functionality of the arrays and lists. The vector-related functionality is removed and this made the executables and libraries much more leightweight. Deal the Ukrainian as one of the phonetic languages. For the short introduction in English, please, refer to: https://functional-art.org/2020/papers/Poetry-OleksandrZhabenko.pdf. homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-examples-array license:             MIT license-file:        LICENSE@@ -37,7 +37,7 @@   main-is:             Main.hs   other-modules:       Phonetic.Languages.Simplified.Array.Ukrainian.FuncRep2RelatedG2, Phonetic.Languages.Lines   other-extensions:    BangPatterns-  build-depends:       base >=4.8 && <4.15, ukrainian-phonetics-basic-array >=0.1.1 && <1, phonetic-languages-simplified-base >=0.1 && <1, phonetic-languages-simplified-properties-array >=0.1.1 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian-array >=0.1 && <1, phonetic-languages-filters-array >=0.1 && <1, phonetic-languages-plus >=0.2 && <1, subG >= 0.4 && < 1, phonetic-languages-rhythmicity >=0.1.2 && <1, mmsyn2 >=0.3 && <1, phonetic-languages-constraints-array >=0.1 && <1, phonetic-languages-permutations-array >= 0.1 && <1, heaps >= 0.3.6.1 && <1, phonetic-languages-simplified-examples-common >=0.1 && <1, mmsyn2-array >= 0.1.1 && <1+  build-depends:       base >=4.8 && <4.15, ukrainian-phonetics-basic-array >=0.1.1 && <1, phonetic-languages-simplified-base >=0.1 && <1, phonetic-languages-simplified-properties-array >=0.1.1 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian-array >=0.1 && <1, phonetic-languages-filters-array >=0.1 && <1, phonetic-languages-plus >=0.2 && <1, subG >= 0.4 && < 1, phonetic-languages-rhythmicity >=0.1.2 && <1, phonetic-languages-constraints-array >=0.1 && <1, phonetic-languages-permutations-array >= 0.1 && <1, heaps >= 0.3.6.1 && <1, phonetic-languages-simplified-examples-common >=0.1 && <1, mmsyn2-array >= 0.1.1 && <1   ghc-options:         -threaded -rtsopts   hs-source-dirs:      ., Lines   default-language:    Haskell2010