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] [Quick Jump]

Downloads

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 && <3), time (>=1.1 && <1.10), unix (>=2.2.0.0 && <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-dynamic.git
Uploaded by GregoryCollins at 2020-09-18T19:24:55Z
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]
Last success reported on 2020-09-18 [all 1 reports]

Readme for snap-loader-dynamic-1.0.0.2

[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/.