packages feed

rank-product 0.2.1.0 → 0.2.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

app/Main.hs view
@@ -30,7 +30,7 @@                        , delimiter    :: Maybe Char                                      <?> "([,] | CHAR) The delimiter of the CSV file. Format is name,replicate,value."                        , sortType         :: Maybe Sort-                                     <?> "([Ascending] | Descending) How to sort for output."+                                     <?> "([Ascending] | Descending) Ascending ranks 1 as the lowest value while Descending ranks the highest value as 1."                        }                deriving (Generic) 
rank-product.cabal view
@@ -1,5 +1,5 @@ name:                rank-product-version:             0.2.1.0+version:             0.2.1.1 synopsis:            Find the rank product of a data set. description:         Find the rank product of a data set and get the p-value from a permutation test. homepage:            http://github.com/GregorySchwartz/rank-product#readme