packages feed

phonetic-languages-simplified-common 0.2.0.0 → 0.2.1.0

raw patch · 3 files changed

+11/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Phonetic.Languages.Simplified.StrictVG: uniquenessVariants2GNBL :: (Eq a, Foldable t, InsertLeft t a, Monoid (t a), Monoid (t (t a))) => a -> (t a -> [a]) -> (t (t a) -> [[a]]) -> ([a] -> t a) -> [Vector Int] -> t (t a) -> [t a]
+ Phonetic.Languages.Simplified.StrictVG: uniquenessVariants2GNPBL :: (Eq a, Foldable t, InsertLeft t a, Monoid (t a), Monoid (t (t a))) => t a -> t a -> a -> (t a -> [a]) -> (t (t a) -> [[a]]) -> ([a] -> t a) -> [Vector Int] -> t (t a) -> [t a]

Files

CHANGELOG.md view
@@ -8,3 +8,9 @@  * Second version. Added new functions to the Phonetic.Languages.Simplified.StrictVG module accordingly to the updated dependency of phonetic-languages-permutations.+++## 0.2.1.0 -- 2020-11-20++* Second version revised A. Fixed issue with not exporting the new functions. Some documentation improvements.+
Phonetic/Languages/Simplified/StrictVG.hs view
@@ -10,8 +10,12 @@ {-# LANGUAGE BangPatterns #-}  module Phonetic.Languages.Simplified.StrictVG (+  -- * Working with vectors   uniquenessVariants2GNB   , uniquenessVariants2GNPB+  -- * Working with lists+  , uniquenessVariants2GNBL+  , uniquenessVariants2GNPBL ) where  import Phonetic.Languages.Permutations
phonetic-languages-simplified-common.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                phonetic-languages-simplified-common-version:             0.2.0.0+version:             0.2.1.0 synopsis:            A simplified version of the phonetic-languages-functionality description:         A simplified version of the phonetic-languages-functionality. Tries to use only necessary functionality and reduce the other one. homepage:            https://hackage.haskell.org/package/phonetic-languages-simlified-common