I saw that if the path to the yesod bin directory under cabal is missing in my PATH.
Try changing the PATH to include the yesod directory and see if it disappears.
For example, in my .bash_profile I have:
export PATH=$PATH:/Users/username/Library/Haskell/ghc-7.4.2/lib/yesod-bin-1.2.2/bin/
source share