rest-happstack-0.2.10.6: rest-happstack.cabal
name: rest-happstack
version: 0.2.10.6
description: Rest driver for Happstack.
synopsis: Rest driver for Happstack.
maintainer: code@silk.co
category: Web
build-type: Simple
cabal-version: >= 1.8
license: BSD3
license-file: LICENSE
extra-source-files:
CHANGELOG.md
LICENSE
source-repository head
type: git
location: https://github.com/silkapp/rest.git
library
ghc-options: -Wall
hs-source-dirs: src
exposed-modules:
Rest.Driver.Happstack
Rest.Driver.Happstack.Docs
build-depends:
base == 4.*
, containers >= 0.4 && < 0.6
, happstack-server >= 7.0.5 && < 7.5
, mtl >= 2.0 && < 2.3
, rest-core == 0.34.*
, rest-gen >= 0.14 && < 0.17
, utf8-string >= 0.3 && < 1.1