uniqueness-periods-vector-examples 0.14.1.0 → 0.14.2.0
raw patch · 4 files changed
+19/−9 lines, 4 filesdep ~mmsyn6ukrPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mmsyn6ukr
API changes (from Hackage documentation)
Files
- ChangeLog.md +9/−4
- GetInfo/Main.hs +1/−1
- README.md +5/−0
- uniqueness-periods-vector-examples.cabal +4/−4
ChangeLog.md view
@@ -154,16 +154,21 @@ ## 0.13.1.0 -- 2020-10-17 -* Thirteenth version revised A. Fixed issue with being ambiguous function mconcat for the distributionText executable code. Fixed issue with wrong numeration of the -command line arguments in the propertiesText executable code. +* Thirteenth version revised A. Fixed issue with being ambiguous function mconcat for the distributionText executable code. Fixed issue with wrong numeration of the+command line arguments in the propertiesText executable code. ## 0.14.0.0 -- 2020-10-30 * Fourteenth version. Moved some modules and a code for the executable distributionText to the other package that is planned to share its functionality with less dependencies.-Fixed issue with being not reavaluated in the code for the rewritePoem executable in the circle2I function that led to incorrect results. Updated the dependencies boundaries. +Fixed issue with being not reavaluated in the code for the rewritePoem executable in the circle2I function that led to incorrect results. Updated the dependencies boundaries. ## 0.14.1.0 -- 2020-10-30 -* Fourteenth version revised A. Fixed issue with being not compiled on the GHC-7.8* series because of (trivial) ambiguity. Some code improvements for propertiesText executable. +* Fourteenth version revised A. Fixed issue with being not compiled on the GHC-7.8* series because of (trivial) ambiguity. Some code improvements for propertiesText executable. Some documentation improvements. +## 0.14.2.0 -- 2020-11-09++* Fourteenth version revised B. Fixed issue with the wrong output option for one of the columns of the propertiesText running output. Changed the+dependency boundaries so that now it uses latest variants. Please, consider switching to the phonetic-languages-examples package instead because+it provides the analogous functionality and shows better performance. This one is left for comparison purposes.
GetInfo/Main.hs view
@@ -92,7 +92,7 @@ hPutStr stdout . showFFloat (precChoice choice) data2 $ "\t" hPutStr stdout . showFFloat (precChoice choice) maxE $ "\t" hPutStr stdout . showFFloat (Just 4) (data2 / minE) $ "\t"- hPutStr stdout . showFFloat (Just 4) (maxE / data2) $ "\t"+ hPutStr stdout . showFFloat (Just 4) (maxE / minE) $ "\t" hPutStr stdout . showFFloat (Just 4) (maxE / data2) $ "\t" hPutStr stdout . showFFloat Nothing ratio $ "\t" hPutStr stdout ('\t':show (wordsN::Int))
README.md view
@@ -1,3 +1,8 @@+Please, consider switching to the package phonetic-languages-examples. It provides analogous (or recently more) functionality and is better in performance.+The package is provided here for comparison purposes.++------------------+ The real samples output files created by processText executable in the previous versions of the package can be found in the archives on the following pages. These files are created by the processText executable after Lynx dumping the web pages from the links on the following pages:
uniqueness-periods-vector-examples.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/ name: uniqueness-periods-vector-examples-version: 0.14.1.0+version: 0.14.2.0 synopsis: Usage examples for the uniqueness-periods-vector series of packages description: Usage examples for the uniqueness-periods-vector series of packages. Several executables are planned to demonstrate the libraries work. homepage: https://hackage.haskell.org/package/uniqueness-periods-vector-examples@@ -29,7 +29,7 @@ main-is: Main.hs other-modules: Languages.UniquenessPeriods.Vector.FuncRepRelated other-extensions: BangPatterns- build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.8.3 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, parallel >=3.2.0.6 && <4, uniqueness-periods-vector-filters >=0.3 && <1, vector >=0.11 && <0.14, phonetic-languages-plus >=0.1 && <1+ build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.9 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, parallel >=3.2.0.6 && <4, uniqueness-periods-vector-filters >=0.3 && <1, vector >=0.11 && <0.14, phonetic-languages-plus >=0.1 && <1 ghc-options: -threaded -rtsopts hs-source-dirs: ., Simple default-language: Haskell2010@@ -38,7 +38,7 @@ main-is: Main.hs other-modules: Languages.UniquenessPeriods.Vector.FuncRepRelated other-extensions: BangPatterns- build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.8.3 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, parallel >=3.2.0.6 && <4, uniqueness-periods-vector-filters >=0.3 && <1, vector >=0.11 && <0.14, phonetic-languages-plus >=0.1 && <1+ build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.9 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, print-info >=0.1.3 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, parallel >=3.2.0.6 && <4, uniqueness-periods-vector-filters >=0.3 && <1, vector >=0.11 && <0.14, phonetic-languages-plus >=0.1 && <1 ghc-options: -threaded -rtsopts hs-source-dirs: ., Lines default-language: Haskell2010@@ -47,7 +47,7 @@ main-is: Main.hs other-modules: Languages.UniquenessPeriods.Vector.FuncRepRelated other-extensions: BangPatterns- build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.8.3 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, uniqueness-periods-vector-filters >=0.3 && <1, uniqueness-periods-vector-stats >=0.1.2 && <1, parallel >=3.2.0.6 && <4, phonetic-languages-plus >=0.1 && <1+ build-depends: base >=4.7 && <4.15, mmsyn6ukr >=0.9 && <1, vector >=0.11 && <0.14, uniqueness-periods-vector >=0.3.1.1 && <1, uniqueness-periods-vector-general >=0.5.2 && < 1, uniqueness-periods-vector-common >=0.5.1.1 && <1, uniqueness-periods-vector-properties >=0.5.5 && <1, phonetic-languages-ukrainian >=0.2.3 && <1, uniqueness-periods-vector-filters >=0.3 && <1, uniqueness-periods-vector-stats >=0.1.2 && <1, parallel >=3.2.0.6 && <4, phonetic-languages-plus >=0.1 && <1 ghc-options: -threaded -rtsopts hs-source-dirs: ., GetInfo default-language: Haskell2010