osx - Yesod Binary Unavailable -
i have installed mac os x haskell platform here:
http://www.haskell.org/platform/mac.html
> ghc /usr/bin/ghc > ghci /usr/bin/ghci >cabal update ----- >cabal install cabal-install ----- >cabal install yesod ----- >yesod init -bash: yesod: command not found >which yesod >ghc-pkg list .... yesod-1.2.5.2 yesod-auth-1.3.0.4 yesod-core-1.2.13 yesod-form-1.3.8.2 yesod-persistent-1.2.2.3 yesod-routes-1.2.0.6
why did cabal fail create yesod binary? how fix install? how check yesod installed manually create symlink?
why did cabal fail create yesod binary? how fix install?
the yesod binary isn't part of yesod package anymore. instead, has been extracted yesod-bin package:
cabal install yesod-bin
the binary should in ~/library/haskell/bin
, however, i'm not osx user.
Comments
Post a Comment