snap-loader-static: Snap: A Haskell Web Framework: static loader

[ bsd3, library, snap, web ] [ Propose Tags ]

Snap Framework static loader


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.9.0, 0.9.0.1, 0.9.0.2, 1.0.0.0, 1.0.0.1
Dependencies base (>=4 && <5), template-haskell (>=2.2 && <2.8) [details]
License BSD-3-Clause
Author Carl Howells
Maintainer snap@snapframework.com
Category Web, Snap
Home page http://snapframework.com/
Source repo head: git clone git://github.com/snapframework/snap-loader-static.git
Uploaded by DougBeardsley at 2012-06-17T22:37:47Z
Distributions NixOS:1.0.0.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 9602 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for snap-loader-static-0.9.0

[back to package description]

Snap Framework

Snap is a web framework for Haskell, based on iteratee I/O (as popularized by Oleg Kiselyov). For more information about Snap, read the README.SNAP.md or visit the Snap project website at http://www.snapframework.com/.

Library contents

This is utility project for the Snap Framework, which contains a library allowing Snap applications to run at full compiled speed with no overhead, in a way that's drop-in compatible with snap-loader-dynamic.

Building snap-loader-static

This library is built using Cabal and Hackage. Just run

cabal install

from the snap-loader-static toplevel directory.

Building the Haddock Documentation

The haddock documentation can be built using 'cabal haddock'.

The docs get put in dist/doc/html/.