snap-extras: A collection of useful helpers and utilities for Snap web applications.

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

This package contains a collection of helper functions that come in handy in most practical, real-world applications. Check individual modules to understand what's here. You can simply import Snap.Extras and use the initializer in there to get them all at once.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
examples

Build the examples.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.7, 0.2.2, 0.3, 0.4, 0.6, 0.7, 0.9, 0.11, 0.11.0.1, 0.11.0.2, 0.12.0.0, 0.12.1.0, 0.12.1.1, 0.12.2.0, 0.12.2.1, 0.12.3.0, 0.12.3.1
Change log changelog.md
Dependencies aeson (>=0.6 && <1.2), base (>=4.8 && <5), blaze-builder (>=0.3 && <0.5), blaze-html (>=0.6 && <0.9), bytestring (>=0.9.1 && <0.11), case-insensitive (>=1.0 && <1.3), configurator (>=0.2 && <0.4), containers (>=0.3 && <0.6), data-default (>=0.5 && <0.8), digestive-functors (>=0.3 && <0.9), digestive-functors-heist (>=0.8 && <0.9), digestive-functors-snap (>=0.3 && <0.8), directory-tree (>=0.10 && <0.13), filepath (>=1.1 && <1.5), heist (>=0.14 && <1.1), jmacro (>=0.6 && <0.7), lens (<5), map-syntax, mtl (>=2.0 && <2.3), pcre-light (>=0.4 && <0.5), readable (>=0.1 && <0.4), safe (>=0.3 && <0.4), snap (>=0.9 && <1.1), snap-core (>=0.9 && <1.1), snap-extras, snap-server, text (>=0.11 && <1.3), time (>=1.4 && <1.7), transformers (>=0.2 && <0.6), wl-pprint-text (>=1.1 && <1.2), xmlhtml (>=0.1.6 && <0.3) [details]
License BSD-3-Clause
Author Ozgun Ataman, Doug Beardsley
Maintainer oz@soostone.com
Revised Revision 2 made by HerbertValerioRiedel at 2017-08-04T22:08:10Z
Category Web, Snap
Source repo head: git clone https://github.com/ozataman/snap-extras.git
Uploaded by MichaelXavier at 2017-02-13T22:50:56Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Executables PollExample
Downloads 12889 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for snap-extras-0.12.0.0

[back to package description]

Snap-Extras Build Status

A collection of useful helpers and utilities for Snap web applications.

This package contains a collection of helper functions that come in handy in most practical, real-world applications. Check individual modules to understand what's here. You can simply import Snap.Extras and use the initializer in there to get them all at once.

Contributors

  • Ozgun Ataman
  • Doug Beardsley