Popularity
8.1
Stable
Activity
0.0
Stable
4
14
13

Monthly Downloads: 30
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web     Snap    
Latest version: v1.0.0.2

snap-loader-dynamic alternatives and similar packages

Based on the "Snap" category.
Alternatively, view snap-loader-dynamic alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of snap-loader-dynamic or a related project?

Add another 'Snap' Package

README

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