error info from eclipse
At least the following dependencies are missing: hspec -any, yesod-test ==1.4.*
but after install these packs,the issue remains
i reinstalled eclipsefp,yesod,buildwrapper,hoogle,scion-browser,no help.
build yesod project with cabal install in terminal succeeded.
environment
eclipsefp newest(2.6.1)
yesod newest 1.4.0.2
eclipse luna
oracle jre 8u25
ubuntu 14.04
cabal install(without any other arguments)? That wouldn't have installed the testing packages. If so, trycabal install --enable tests(oryesod testwhich I think does that for you). yesodweb.com/page/quickstart - MaxGabriel