phladiprelio-general-datatype 0.5.1.0 → 0.5.2.0
raw patch · 3 files changed
+7/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
CHANGELOG.md view
@@ -52,3 +52,8 @@ * Fifth version revised A. Fixed two issues that led to incorrect behaviour of readU2 and readU3 functions and also fixed issue with splitL0 function. +## 0.5.2.0 -- 2023-12-01++* Fifth version revised B. Fixed issue with Phladiprelio.General.Distance.distanceSqrG2 function+ that led earlier to incorrect results.+
Phladiprelio/General/Distance.hs view
@@ -75,6 +75,6 @@ rs = map (/ my) ys lr = length rs dc = lc `quot` lr- qs = concatMap (replicate dc) ys+ qs = concatMap (replicate dc) rs {-# INLINE distanceSqrG2 #-}
phladiprelio-general-datatype.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.24 name: phladiprelio-general-datatype-version: 0.5.1.0+version: 0.5.2.0 synopsis: Extended functionality of PhLADiPreLiO description: Can be used not only for language, but also for simpler music and lyrics composing. homepage: https://hackage.haskell.org/package/phladiprelio-general-datatype