@hackage snap-loader-dynamic1.0.0.2
Snap dynamic loader
Categories
License
BSD-3-Clause
Maintainer
snap@snapframework.com
Links
Versions
Installation
Tested Compilers
Dependencies (10)
- base >=4 && <5
- directory >=1.2 && <1.4
- mtl >2.0 && <2.3
- template-haskell >=2.2 && <3
- unix >=2.2.0.0 && <2.8
- directory-tree >=0.10 && <0.13 Show all…
Dependents (4)
@hackage/snaplet-i18n, @hackage/olwrapper, @hackage/snaplet-oauth, @hackage/acme-everything
Snap Framework
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/
.