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

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

Snap Framework dynamic loader


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.9.0, 0.9.0.1, 0.10, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.0.4, 1.0.0.0, 1.0.0.1, 1.0.0.2
Dependencies base (>=4 && <5), directory (>=1.0 && <1.3), directory-tree (>=0.10 && <0.13), hint (>=0.3.3.1 && <0.5), mtl (>2.0 && <2.3), old-time (>=1.0 && <1.2), snap-core (>=0.9 && <0.10), template-haskell (>=2.2 && <2.10), time (>=1.1 && <1.5), unix (>=2.2.0.0 && <2.8) [details]
License BSD-3-Clause
Author Carl Howells
Maintainer snap@snapframework.com
Revised Revision 1 made by DougBeardsley at 2014-11-26T19:48:00Z
Category Web, Snap
Home page http://snapframework.com/
Source repo head: git clone git://github.com/snapframework/snap-loader-dynamic.git
Uploaded by DougBeardsley at 2014-05-21T05:32:44Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 8323 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for snap-loader-dynamic-0.10.0.2

[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 recompile actions on the fly in development mode.

Building snap-loader-dynamic

This library is built using Cabal and Hackage. Just run

cabal install

from the snap-loader-dynamic toplevel directory.

Building the Haddock Documentation

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

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