[Haskell-cafe] compilation error of tensorflow-proto 0.1.0.0

Francesco Ariis fa-ml at ariis.it
Tue May 15 12:55:49 UTC 2018


On Tue, May 15, 2018 at 01:13:30PM +0200, Fabien R wrote:
> Hello,
> 
> Using ghc 8.2.2 (debian) , I got the following error while building
> the package with cabal 2.0:
>
> [...]
>
> Does it mean that I have the wrong version of proto-lens ?

`cabal new-build --allow-newer` works (or at least, passes that specific
compilation stage -- I get a `Can't run protoc on step [18 of 18]),
so most likely yes!

Can you check if it works on your machine?


More information about the Haskell-Cafe mailing list