snap-loader-dynamic: Snap dynamic loader

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

Snap Framework dynamic code loader for development mode


[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.4), directory-tree (>=0.10 && <0.13), hint (>=0.3.3.1 && <0.10), mtl (>2.0 && <2.3), old-time (>=1.0 && <1.2), snap-core (>=1.0 && <1.1), template-haskell (>=2.2 && <2.15), time (>=1.1 && <1.10), unix (>=2.2.0.0 && <2.8) [details]
License BSD-3-Clause
Author Carl Howells
Maintainer snap@snapframework.com
Revised Revision 4 made by DougBeardsley at 2018-12-16T18:05:29Z
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 2016-08-08T17:28:58Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 8336 total (33 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-08 [all 1 reports]

Readme for snap-loader-dynamic-1.0.0.0

[back to package description]

Snap Framework

Build Status

Snap is a simple and fast web development framework and server written in Haskell. 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/.