Hi,
As a Haskell learner, I want to experiment with Haskell web
frameworks. I've tried to install Happstack, Yesod and Snap from cabal
but got some errors.
First, my setup:
The Glorious Glasgow Haskell Compilation System, version 7.0.4
cabal-install version 0.10.2
using version 1.10.2.0 of the Cabal library
Errors I got:
snap:
http://paste.pocoo.org/show/551853/
yesod:
http://paste.pocoo.org/show/551855/
happstack:
http://paste.pocoo.org/show/551857/
I also tried installing these libraries with latest ghc release, but
got similiar error messages.
Thanks.