packages feed

wai-transformers-0.0.2: wai-transformers.cabal

Name:                   wai-transformers
Version:                0.0.2
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.6 && < 5
                      , composition-extra >= 2.0.0
                      , wai
                      , transformers

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