find-clumpiness 0.2.3.0 → 0.2.3.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 +1/−1
- find-clumpiness.cabal +1/−1
app/Main.hs view
@@ -6,7 +6,7 @@ -} -- Remote-import Data.Aeson+import Data.Aeson hiding (Options) import Data.Maybe import Data.Semigroup ((<>)) import Data.Tree
find-clumpiness.cabal view
@@ -1,5 +1,5 @@ name: find-clumpiness-version: 0.2.3.0+version: 0.2.3.1 synopsis: Find the clumpiness of labels in a tree description: Use a clumpiness measure to find the aggregation relationship between labels inside of a tree. homepage: http://github.com/GregorySchwartz/find-clumpiness#readme