On Thu, May 28, 2015 at 9:25 AM, Dmitry Bogatov <[email protected]> wrote:
In gitit's debian/rules present following check: > > ifeq (0,$(shell ghc --info | grep 'Have interpreter.*NO' >/dev/null 2>&1; > echo $$?)) > > When ghc have no interpreter? GHCJS doesn't have an interpreter (yet.) That is, the interpreter doesn't build, or can't run or something. I seem to remember there was another architecture that couldn't build ghci.
