name: fn-extra version: 0.3.0.2 cabal-version: >=1.10 build-type: Simple license: ISC license-file: LICENSE copyright: 2016 Position Development, LLC maintainer: workers@positiondev.com homepage: http://github.com/positiondev/fn#readme synopsis: Extras for Fn, a functional web framework. description: Please see README. category: Web author: Daniel Patterson extra-source-files: CHANGELOG.md README.md source-repository head type: git location: https://github.com/positiondev/fn library exposed-modules: Web.Fn.Extra.Heist Web.Fn.Extra.Digestive build-depends: base >=4.7 && <6, heist >=1.0.1.0 && <1.1, xmlhtml >=0.2.4 && <0.3, http-types >=0.9.1 && <0.10, wai >=3.2.1.1 && <3.3, wai-util ==0.8.*, wai-extra >=3.0.19.1 && <3.1, resourcet >=1.1.9 && <1.2, mtl >=2.2.1 && <2.3, text >=1.2.2.1 && <1.3, blaze-builder >=0.4.0.2 && <0.5, bytestring >=0.10.8.1 && <0.11, lens >=4.15.1 && <4.16, directory >=1.3.0.0 && <1.4, either >=4.4.1.1 && <4.5, digestive-functors >=0.8.2.0 && <0.9, fn >=0.3.0.2 && <0.4, map-syntax >=0.2.0.2 && <0.3 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall