diff options
author | OleksandrZhabenko <> | 2020-11-20 21:51:00 (GMT) |
---|---|---|
committer | hdiff <hdiff@hdiff.luite.com> | 2020-11-20 21:51:00 (GMT) |
commit | 46f8ea299ea8590725186c21eb561ebd8170b907 (patch) | |
tree | 01593355726c47a319d23a0ca18739dd78065f3b | |
parent | 0ef613c7802f9a7135c62e87ab2b0958967fa108 (diff) |
version 0.2.1.00.2.1.0
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | Phonetic/Languages/Simplified/StrictVG.hs | 4 | ||||
-rw-r--r-- | phonetic-languages-simplified-common.cabal | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 297e63f..26d58c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + diff --git a/Phonetic/Languages/Simplified/StrictVG.hs b/Phonetic/Languages/Simplified/StrictVG.hs index 78e6ad4..2725216 100644 --- a/Phonetic/Languages/Simplified/StrictVG.hs +++ b/Phonetic/Languages/Simplified/StrictVG.hs @@ -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 diff --git a/phonetic-languages-simplified-common.cabal b/phonetic-languages-simplified-common.cabal index 6d883bc..2b2b7f2 100644 --- a/phonetic-languages-simplified-common.cabal +++ b/phonetic-languages-simplified-common.cabal @@ -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 |