Name: wai-middleware-verbs Version: 0.0.3 Author: Athan Clark Maintainer: Athan Clark 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.6 && < 5 , bifunctors , composition-extra >= 2.0.0 , containers , errors , http-types , mtl , transformers , wai , wai-transformers Source-Repository head Type: git Location: https://github.com/athanclark/wai-middleware-verbs