fn-extra: Extras for Fn, a functional web framework.

[ library, web ] [ Propose Tags ]

Please see README.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.3.0.2
Change log CHANGELOG.md
Dependencies base (>=4.7 && <6), blaze-builder, bytestring, digestive-functors, directory, either, fn, heist, http-types, lens, map-syntax, mtl, resourcet, text, wai, wai-extra, wai-util, xmlhtml [details]
License ISC
Copyright 2016 Position Development, LLC
Author Daniel Patterson <dbp@dbpmail.net>
Maintainer workers@positiondev.com
Category Web
Home page http://github.com/positiondev/fn#readme
Source repo head: git clone https://github.com/positiondev/fn
Uploaded by LibbyHoracek at 2017-09-13T00:26:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4770 total (23 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-09-13 [all 1 reports]

Readme for fn-extra-0.3.0.2

[back to package description]

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