packages feed

uniqueness-periods-vector-properties 0.3.0.0 → 0.3.1.0

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~uniqueness-periods-vectorPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: uniqueness-periods-vector

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -20,3 +20,7 @@ ## 0.3.0.0 -- 2020-09-09  * Third version. Added new functions oneProperty and justOneValue2Property to the module. Some minor code improvements.++## 0.3.1.0 -- 2020-09-09++* Third version revised. Changed the dependency bounds of uniqueness-periods-vector package.
uniqueness-periods-vector-properties.cabal view
@@ -3,9 +3,9 @@ -- http://haskell.org/cabal/users-guide/  name:                uniqueness-periods-vector-properties-version:             0.3.0.0+version:             0.3.1.0 synopsis:            Metrices for the maximum element for the uniqueness-periods-vector packages family.-description:         Metrices for the maximum element for the uniqueness-periods-vector packages family. Generalization of the DobutokO.Poetry.Norms and DobutokO.Poetry.Norms.Extended modules from dobuotokO-poetry package.+description:         Metrices for the maximum element for the uniqueness-periods-vector packages family. Generalization of the DobutokO.Poetry.Norms and DobutokO.Poetry.Norms.Extended modules from dobutokO-poetry package. homepage:            https://hackage.haskell.org/package/uniqueness-periods-vector-properties license:             MIT license-file:        LICENSE@@ -21,6 +21,6 @@   exposed-modules:     Languages.UniquenessPeriods.Vector.Properties   -- other-modules:   -- other-extensions:-  build-depends:       base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.2 && <1+  build-depends:       base >=4.7 && <4.15, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3 && <1   -- hs-source-dirs:   default-language:    Haskell2010