Spock-digestive-0.2.0.0: Spock-digestive.cabal
name: Spock-digestive
version: 0.2.0.0
synopsis: Digestive functors support for Spock
description: Run forms defined using digestive functors with Spock
homepage: https://github.com/agrafix/Spock-digestive
Bug-reports: https://github.com/agrafix/Spock-digestive/issues
license: MIT
license-file: LICENSE
author: Alexander Thiemann <mail@athiemann.net>
maintainer: mail@athiemann.net
copyright: (c) 2014 - 2015 Alexander Thiemann <mail@athiemann.net>
category: Web
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files:
README.md
library
exposed-modules: Web.Spock.Digestive
build-depends:
Spock >=0.9,
base >=4.6 && <5,
digestive-functors >=0.7,
http-types >=0.8,
mtl >=2.0,
text >=0.11.3.1,
unordered-containers >=0.2,
wai >=3.0
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/agrafix/Spock-digestive