packages feed

wai-thrift-0.0.1.1: 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.1
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
                     , wai
                     , bytestring
                     , stm
                     , blaze-builder
                     , http-types
  hs-source-dirs:      src
  default-language:    Haskell2010