Ara Adkins <me@ara.io> writes:
> Thanks all for the insight so far!
>
> Doing that has got me further along in the build, but it is still failing.
> Amongst the output of `make` it seems that the offending error is as
> follows:
> ```
> happy:
> /home/ara/.stack/snapshots/x86_64-linux-tinfo6-nopie/nightly-2018-02-20/8.2.2/share/x86_64-linux-ghc-8.2.2/happy-1.19.9/HappyTemplate-arrays-coerce:
> openFile: does not exist (No such file or directory)
>
It looks like your happy installation is incomplete. Is it possible you
deleted that file? If not, it sounds like a stack issue. Perhaps try
installing happy with cabal or your system's package manager.
Cheers,
- Ben