snap-1.0.0.2: Top-level package for the Snap Web Framework
This is the top-level package for the official Snap Framework libraries. It includes:
- The Snaplets API
- Snaplets for sessions, authentication, and templates
To get started, issue the following sequence of commands:
$ cabal install snap snap-templates $ mkdir myproject $ cd myproject $ snap-framework init
If you have trouble or any questions, see our FAQ page (http://snapframework.com/faq) or the documentation (http://snapframework.com/docs).
Note: since version 1.0, the "snap" executable program for generating
starter projects is provided by the snap-templates
package.