packages feed

hierarchical-clustering-diagrams 0.1 → 0.1.0.1

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hierarchical-clustering-diagrams.cabal view
@@ -1,5 +1,5 @@ Name:                hierarchical-clustering-diagrams-Version:             0.1+Version:             0.1.0.1 Synopsis:            Draw diagrams of dendrograms made by hierarchical-clustering. License:             BSD3 License-file:        LICENSE
src/Diagrams/Dendrogram.hs view
@@ -45,7 +45,7 @@ --main = defaultMain diagram -- --diagram :: Diagram Cairo R2---diagram = D.'dendrogram' 'Fixed' char test \# lw 0.1 \# pad 1.1+--diagram = D.'dendrogram' 'D.Fixed' char test \# lw 0.1 \# pad 1.1 -- --char :: Char -> Diagram Cairo R2 --char c = pad 1.3 $ roundedRect (1,1) 0.1 \`atop\` text [c]@@ -100,7 +100,7 @@       -- each item separately.  --- | A dendrogram path that can be 'stroke'd later.  This function+-- | A dendrogram path that can be 'stroke'@d@ later.  This function -- assumes that the 'Leaf'@s@ of your 'Dendrogram' are already in -- the right position. dendrogramPath :: Dendrogram X -> Path R2