snap-loader-static: Snap static loader

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

Snap Framework static loader


[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.9.0.2, 1.0.0.0, 1.0.0.1
Dependencies base (>=4 && <5), template-haskell (>=2.2 && <3) [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-static.git
Uploaded by GregoryCollins at 2020-09-18T19:25:04Z
Distributions NixOS:1.0.0.1
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 9593 total (24 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-static-1.0.0.1

[back to package description]

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 run at full compiled speed with no overhead, in a way that's drop-in compatible with snap-loader-dynamic.

Building snap-loader-static

This library is built using Cabal and Hackage. Just run

cabal install

from the snap-loader-static toplevel directory.

Building the Haddock Documentation

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

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