Hi folks!I haven't used Yesod quite a while; now when I'm trying to run developmentserver of freshly scaffolded PostgreSQL stack's template I see this errormessage:Rebuilding application... (using cabal)Starting development server...<command line>: cannot satisfy -package-key main(use -v for more information)Exit code: ExitFailure 1I've found several issues on the web, however I wasn't able to resolve this.I've tried to upgrade my Yesod binary first via `stack install yesod-bin`. NowI have:stack exec yesod versionyesod-bin version: 1.4.18.7stack --versionVersion 1.1.2 x86_64 hpack-0.14.0I also tried to comment out the test suite section in cabal file, but develserver still fails to run.Can someone clarify how to deal with this?
_______________________________________________
Haskell-Cafe mailing list
To (un)subscribe, modify options or view archives go to:
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell- cafe
Only members subscribed via the mailman list are allowed to post.