packages feed

wai-transformers-0.0.7: wai-transformers.cabal

Name:                   wai-transformers
Version:                0.0.7
Author:                 Athan Clark <athan.clark@gmail.com>
Maintainer:             Athan Clark <athan.clark@gmail.com>
License:                BSD3
License-File:           LICENSE
Synopsis:               Simple parameterization of Wai's Application type
-- Description:
Cabal-Version:          >= 1.10
Build-Type:             Simple
Category:               Web

Library
  Default-Language:     Haskell2010
  HS-Source-Dirs:       src
  GHC-Options:          -Wall
  Exposed-Modules:      Network.Wai.Trans
  Build-Depends:        base >= 4.8 && < 5
                      , exceptions
                      , wai
                      , wai-websockets
                      , transformers
                      , websockets

Source-Repository head
  Type:                 git
  Location:             https://github.com/athanclark/wai-transformers.git