wai-thrift-0.0.1.3: wai-thrift.cabal
-- Initial wai-thrift.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: wai-thrift
version: 0.0.1.3
synopsis: Thrift transport layer for Wai
description: Implements a read-only transport layer for Wai
Request, and write-only transport layer for Wai
streaming body.
license: MIT
license-file: LICENSE
author: Yogesh Sajanikar
maintainer: yogesh_sajanikar@yahoo.com
Homepage: https://github.com/yogeshsajanikar/wai-thrift
Stability: Experimental
-- copyright:
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
Source-repository head
type: git
location: git@github.com:yogeshsajanikar/wai-thrift.git
library
exposed-modules: Thrift.Transport.Wai
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
, thrift == 0.9.3
, wai >= 3.0
, bytestring >= 0.10
, blaze-builder >= 0.4
, http-types >= 0.8
hs-source-dirs: src
default-language: Haskell2010