The hack package
Hack: a sexy Haskell Webserver Interface ======================================== Hack is a brain-dead port of the brilliant Ruby Rack http://rack.rubyforge.org/ webserver interface. What does a Hack app look like module Main where import Hack import Hack.Handler.Kibro hello :: Application hello = env -> return $ Response status = 200 , headers = [ (Content-Type, text/plain) ] , body = Hello World main = run hello
Properties
| Versions | 2009.4.20, 2009.4.21, 2009.4.22, 2009.4.23, 2009.4.25, 2009.4.26, 2009.4.27, 2009.4.28, 2009.4.29, 2009.4.30, 2009.4.51, 2009.4.52, 2009.5.19, 2009.7.15, 2009.10.30, 2012.2.6 |
|---|---|
| Dependencies | ansi-wl-pprint, base, bytestring, cgi, containers, data-default (≥0.2), directory, filepath, haskell98, kibro (≥0.4.3), mps (≥2009.4.21), network, old-locale, old-time, template, unix |
| License | GPL |
| Author | Wang, Jinjing |
| Maintainer | Wang, Jinjing <nfjinjing@gmail.com> |
| Category | Web |
| Home page | http://github.com/nfjinjing/hack/tree/master |
| Upload date | Wed Apr 22 14:34:06 UTC 2009 |
| Uploaded by | JinjingWang |
| Built on | ghc-6.10 |
| Build failure | ghc-6.12 (log) |
Modules
Downloads
- hack-2009.4.23.tar.gz (Cabal source package)
- package description (included in the package)