uniqueness-periods-vector-general 0.2.1.0 → 0.2.2.0
raw patch · 2 files changed
+6/−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
@@ -21,3 +21,7 @@ * Second version revised C. Fixed issues with wrong arguments order in the uniquenessVariants2GNP function application inside the uniqNPoetical2GN and uniqNPoetical2VGN functions. ++## 0.2.2.0 -- 2020-09-09++* Second version revised D. Changed dependency bounds of uniqueness-periods-vector-common package.
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.2.1.0+version: 0.2.2.0 synopsis: Generalization of the functionality of the dobutokO-poetry-general-languages package 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:- build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector-common >=0.1 && <1, print-info >=0.1.3 && <1+ build-depends: base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector-common >=0.2 && <1, print-info >=0.1.3 && <1 -- hs-source-dirs: default-language: Haskell2010