hack-2009.4.23: a sexy Haskell Webserver Interface

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

Versions2009.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
Dependenciesansi-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
LicenseGPL
AuthorWang, Jinjing
MaintainerWang, Jinjing <nfjinjing@gmail.com>
CategoryWeb
Home pagehttp://github.com/nfjinjing/hack/tree/master
Upload dateWed Apr 22 14:34:06 UTC 2009
Uploaded byJinjingWang
Built onghc-6.10
Build failureghc-6.12 (log)

Modules

Downloads