phonetic-languages-plus 0.5.2.0 → 0.5.3.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~bytestringdep ~uniqueness-periods-vector-statsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, uniqueness-periods-vector-stats
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- phonetic-languages-plus.cabal +3/−3
ChangeLog.md view
@@ -42,3 +42,7 @@ ## 0.5.2.0 -- 2022-03-24 * Fifth version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.++## 0.5.3.0 -- 2022-03-24++* Fifth version revised C. Updated the dependency boundaries to support the latest GHC and Cabal versions.
phonetic-languages-plus.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: phonetic-languages-plus-version: 0.5.2.0+version: 0.5.3.0 synopsis: Some common shared between different packages functions. description: Among them are the uniqueness-periods-vector series. homepage: https://hackage.haskell.org/package/phonetic-languages-plus@@ -21,7 +21,7 @@ exposed-modules: Languages.UniquenessPeriods.Vector.AuxiliaryG, Data.Statistics.RulesIntervals, Data.Statistics.RulesIntervalsPlus, Distribution.Processment -- other-modules: other-extensions: CPP, BangPatterns- build-depends: base >=4.8 && <5, bytestring >= 0.10 && < 0.14, lists-flines >=0.1.2 && <1, uniqueness-periods-vector-stats >=0.2.1 && <1, parallel >=3.2.0.6 && <4+ build-depends: base >=4.8 && <5, bytestring >= 0.10 && <1, lists-flines >=0.1.2 && <1, uniqueness-periods-vector-stats >=0.2.2 && <1, parallel >=3.2.0.6 && <4 -- hs-source-dirs: default-language: Haskell2010 @@ -29,7 +29,7 @@ main-is: Main.hs other-modules: Data.Statistics.RulesIntervals, Data.Statistics.RulesIntervalsPlus, Distribution.Processment other-extensions: CPP, BangPatterns- build-depends: base >=4.8 && <5, bytestring >= 0.10 && < 0.14, lists-flines >=0.1.2 && <1, uniqueness-periods-vector-stats >=0.2.1 && <1, parallel >=3.2.0.6 && <4+ build-depends: base >=4.8 && <5, bytestring >= 0.10 && <1, lists-flines >=0.1.2 && <1, uniqueness-periods-vector-stats >=0.2.2 && <1, parallel >=3.2.0.6 && <4 ghc-options: -threaded -rtsopts hs-source-dirs: ., Distribution default-language: Haskell2010