2

I've installed ghcjs by the command

cabal install ./ghcjs ./ghcjs-prim

And I get something like

Updating documentation MyDir/Haskell/share/doc/x86_64-osx-ghc-7.8.3/index.html

for my last line.

But when I tried this command

ghcjs-boot --dev

I got -bash: ghcjs-boot: command not found What's the problem?

4

1 回答 1

2

按要求重写我的评论作为答案:

你的 PATH 中有 ~/.cabal/bin 吗?

于 2015-04-18T18:21:23.770 回答