mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

HLearn-algebra-1.0.0.1 requires hashable >= 1.2 #5

Closed alanz closed 11 years ago

alanz commented 11 years ago

The Haskell Platform 2013.2.0.0 has just come out and ha hashable-1.1.2.5.

Is there a specific reason that hashable >= 1.2 is specified in the cabal file?

mikeizbicki commented 11 years ago

The only reason I set that version is that's what I happened to have installed. I just downloaded and tested with the older version, and everything seems to work fine. I've updated the cabal file and pushed a new version to hackage.

Thanks for the report! Hopefully it should all work with the latest platform now.