
Installation of yesod fails because the package language-javascript-0.4.4 fails to install. It requires happy although happy-1.18.6 is successfully installed with cabal. The operating system is linux with debian sid and ghc version 6.12.1, cabal-install version 0.8.2 using version 1.8.0.2 of the Cabal library. I searched for a google group on yesod and didn't find any. Except for this mailing list, is there any other way to seek help from the yesod community?

This is a good place to get help from the community. Can you confirm
that the happy binary is in your $PATH?
Michael
2011/5/10 Anakreon
Installation of yesod fails because the package language-javascript-0.4.4 fails to install. It requires happy although happy-1.18.6 is successfully installed with cabal. The operating system is linux with debian sid and ghc version 6.12.1, cabal-install version 0.8.2 using version 1.8.0.2 of the Cabal library.
I searched for a google group on yesod and didn't find any. Except for this mailing list, is there any other way to seek help from the yesod community?
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel

cabal install happy alex ; cabal install yesod will do the trick. On May 10, 2011, at 11:43 PM, Michael Snoyman wrote:
This is a good place to get help from the community. Can you confirm that the happy binary is in your $PATH?
Michael
2011/5/10 Anakreon
: Installation of yesod fails because the package language-javascript-0.4.4 fails to install. It requires happy although happy-1.18.6 is successfully installed with cabal. The operating system is linux with debian sid and ghc version 6.12.1, cabal-install version 0.8.2 using version 1.8.0.2 of the Cabal library.
I searched for a google group on yesod and didn't find any. Except for this mailing list, is there any other way to seek help from the yesod community?
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
_______________________________________________ web-devel mailing list web-devel@haskell.org http://www.haskell.org/mailman/listinfo/web-devel
participants (3)
-
Anakreon
-
Max Cantor
-
Michael Snoyman