fn-extra

Extras for Fn, a functional web framework.

http://github.com/dbp/fn#readme

Version on this page:0.1.1.0
LTS Haskell 6.35:0.3.0.1
Stackage Nightly 2016-05-25:0.3.0.1
Latest on Hackage:0.3.0.2

See all snapshots fn-extra appears in

ISC licensed and maintained by Daniel Patterson
This version can be pinned in stack with:fn-extra-0.1.1.0@sha256:b01800b37f5a41ccdd2e41b001852417a74f8f2ea39f8e518944237db8edc49e,1177

Module documentation for 0.1.1.0

About

This repository has some helpers that have heavier dependencies than core fn. In general, things get added here whenever using libraries on their own conflicts with the design goals of Fn. This could mean that there is a lot of boilerplate to get them set up, or they are heavily monadic (in which case the code here serves to make them use more normal functions).

Changes

  • 0.1.1.0 Daniel Patterson [email protected] 2015-10-30

    Add tag', which builds splices without atttributes.

  • 0.1.0.0 Daniel Patterson [email protected] 2015-10-26

    Initial release.