fn-extra-0.3.0.2: fn-extra.cabal
name: fn-extra
version: 0.3.0.2
synopsis: Extras for Fn, a functional web framework.
description: Please see README.
homepage: http://github.com/positiondev/fn#readme
license: ISC
license-file: LICENSE
author: Daniel Patterson <dbp@dbpmail.net>
maintainer: workers@positiondev.com
copyright: 2016 Position Development, LLC
category: Web
build-type: Simple
extra-source-files: CHANGELOG.md
README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Web.Fn.Extra.Heist
, Web.Fn.Extra.Digestive
build-depends: base >= 4.7 && < 6
, heist
, xmlhtml
, http-types
, wai
, wai-util
, wai-extra
, resourcet
, mtl
, text
, blaze-builder
, bytestring
, lens
, directory
, either
, digestive-functors
, fn
, map-syntax
default-language: Haskell2010
ghc-options: -Wall
source-repository head
type: git
location: https://github.com/positiondev/fn