packages feed

uniqueness-periods-vector-examples 0.8.0.0 → 0.8.0.1

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

ChangeLog.md view
@@ -84,3 +84,6 @@ uniqVec02 -> rewritePoem uniqVec03 -> processText +## 0.8.0.1 -- 2020-10-05++* Eigth version. Fixed issue with wrong import statements order in the code for processText executable.
Proportion/Main.hs view
@@ -51,13 +51,14 @@ import Data.List (sort) import Data.Char (isAlpha) import Numeric.Stats+import Data.Lists.FLines #ifdef __GLASGOW_HASKELL__ #if __GLASGOW_HASKELL__==708 /* code that applies only to GHC 7.8.* */ mconcat = concat #endif #endif-import Data.Lists.FLines+  instance GetTransL (FLines [String]) [String] where   getTL g (F1 xss) = g xss
uniqueness-periods-vector-examples.cabal view
@@ -3,7 +3,7 @@ -- http://haskell.org/cabal/users-guide/  name:                uniqueness-periods-vector-examples-version:             0.8.0.0+version:             0.8.0.1 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