[Happstack]
Haskell application server stackHappstack tutorials from around the land. Here you will find a semi-definitive list. Happy hacking!
Tutorials
- http://tutorial.happstack.com
Note that when trying to install this package with
Cabal installyou probably will get a dependency error about QuickCheck 2 (QC2). The best way to install the tutorial at this moment is to install it manually, usingrunhaskell Setup configurerunhaskell Setup buildrunhaskell Setup install
You may need to pass the
--userflag torunhaskell Setup configureif you installed other dependencies in your user package config. - http://www.haskell.org/haskellwiki/HAppS_tutorial (out of date)
- http://www.haskell.org/haskellwiki/HAppS_tutorial2
- a literate Haskell pasteboard app using happstack-server, HDBC/sqlite, and Text.XHtml
- mightybyte's blog