Name: wai-middleware-verbs
Version: 0.1.0
Author: Athan Clark <athan.clark@gmail.com>
Maintainer: Athan Clark <athan.clark@gmail.com>
License: BSD3
License-File: LICENSE
Synopsis: Route different middleware responses based on the incoming HTTP verb.
-- 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.Middleware.Verbs
Build-Depends: base >= 4.8 && < 5
, containers
, exceptions
, errors
, http-types
, monad-logger
, mmorph
, mtl
, resourcet
, transformers
, transformers-base
, wai
, wai-transformers >= 0.0.3
Source-Repository head
Type: git
Location: https://github.com/athanclark/wai-middleware-verbs