snap-loader-static: Snap static loader

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Snap Framework static loader


[Skip to Readme]

Properties

Versions 0.9.0, 0.9.0.1, 0.9.0.2, 1.0.0.0, 1.0.0.1, 1.0.0.1
Change log None available
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-18T18:21:40Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


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