packages feed

hlcm 0.2.1 → 0.2.2

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hlcm.cabal view
@@ -1,5 +1,5 @@ name:                hlcm-version:             0.2.1+version:             0.2.2 synopsis:            Fast algorithm for mining closed frequent itemsets description:         Closed frequent itemsets are patterns that occur more  		     than a defined threshold in a transactional database. @@ -10,7 +10,7 @@ category: 	     Algorithms, Data Mining            license:             BSD3 license-file:        LICENSE-author:              Alexandre Termier+author:              Alexandre Termier, Simon Marlow, Satnam Singh maintainer:          Alexandre.Termier@imag.fr homepage:	     http://membres-liglab.imag.fr/termier/HLCM/hlcm.html build-depends:       base >=3 && < 4,