mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

Dependency error when installing through cabal #38

Closed AlexanderEkdahl closed 10 years ago

AlexanderEkdahl commented 10 years ago

From what I can see the base dependencies contradict and rejects everything. What version of GHC is this meant to be installable on?

> ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.6.3
> cabal --version
cabal-install version 1.16.0.2
using version 1.16.0 of the Cabal library
AlexanderEkdahl commented 10 years ago

After trying for quite som time I figured it out. The base package is 'special' as in it only comes with a newer version of GHC. Ohh the horrors of learning a new ecosystem.

mikeizbicki commented 10 years ago

Yeah, learning a new language=fun, learning a new infrastructure=sucks.