Tagged Questions
1
vote
1answer
74 views
Unable to install yesod-bin
I'm updating my yesod framework to the latest yesod 1.2 version. I've installed yesod-platform (painfully....had to manually delete old dependency....cabal hell), now I need to install yesod-bin and ...
4
votes
1answer
71 views
unpacking Yesod Scaffolded types
One of my favorite things to do when working on a haskell program is to use the ghci :t and :info commands to figure out type mistakes in a program.
I can use this when I run toy programs in yesod ...
3
votes
1answer
256 views
Yesod wai-eventsource example. Package dependency issue?
I'm trying to get this example code to compile on my system.
When I try to compile the Chat module with ghc Chat.hs, ghc gives me this:
Chat.hs:76:39:
Couldn't match expected type ...
1
vote
1answer
210 views
Upgrading ghc to 7.0.3 breaks wai-handler-devel
I'm developing a web app on Yesod framework, using wai-handler-devel to run the server.
A pacman -Syu (on Arch Linux) upgraded ghc from 7.0.2 to 7.0.3 and now the server throws an exception.
$ ...
1
vote
3answers
627 views
Help with running the Yesod Development server?
I'm currently trying out web development frameworks for haskell and I recently came across yesod. It seemed pretty interesting so I installed it using cabal, however I'm not able to run the ...