uniqueness-periods-vector-properties 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Languages/UniquenessPeriods/Vector/Properties.hs +1/−1
- uniqueness-periods-vector-properties.cabal +1/−1
ChangeLog.md view
@@ -7,3 +7,7 @@ ## 0.1.1.0 -- 2020-09-01 * First version revised A. Fixed issue with being not compiled for GHC 7.8* series.++## 0.1.1.1 -- 2020-09-01++* First version revised B. Some minor documentation improvement.
Languages/UniquenessPeriods/Vector/Properties.hs view
@@ -15,7 +15,7 @@ import String.Languages.UniquenessPeriods.Vector -- | The function is inteded to be used after 'uniquenessPeriodsVector2' application to obtain the first argument. So generally, it is used as follows:--- > +-- -- > diverse . uniquenessPeriodsVector2 y whspss $ v -- -- The maximum value of the function corresponds to possibly more smoothly changing and mixing elements in the list. If they are used to represent
uniqueness-periods-vector-properties.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: uniqueness-periods-vector-properties-version: 0.1.1.0+version: 0.1.1.1 synopsis: Metrics for the maximum element for the uniqueness-periods-vector packages family. description: Metrics 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. homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-properties