uniqueness-periods-vector-general 0.5.0.0 → 0.5.1.0
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~uniqueness-periods-vector-commonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: uniqueness-periods-vector-common
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -71,3 +71,8 @@ * Fifth version. Instead of two composable function application switched to the usage of the more flexible variant with FuncRep a b c data type from renewed Languages.UniquenessPeriods.Vector.Data module. Updated the functions and documentation as needed.++## 0.5.1.0 -- 2020-10-12++* Fifth version revised A. Fixed issue with the incorrectly working imported dependency function uniquenessVariants2GNP that influenced all the related+functionality.
uniqueness-periods-vector-general.cabal view
@@ -2,7 +2,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: uniqueness-periods-vector-general-version: 0.5.0.0+version: 0.5.1.0 synopsis: Some kind of the optimization approach to data inner structure. description: Generalization of the functionality of the dobutokO-poetry-general-languages package homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-general@@ -20,6 +20,6 @@ exposed-modules: Languages.UniquenessPeriods.Vector.General.Debug -- other-modules: other-extensions: BangPatterns- build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector-common >=0.5 && <1, print-info >=0.1.3 && <1+ build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector-common >=0.5.1 && <1, print-info >=0.1.3 && <1 -- hs-source-dirs: default-language: Haskell2010