-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9c43d7c8db95eb21d2d5a3d86cdce709454c42de2d61fe27cb471a0c92115f4a
name: wai-middleware-verbs
version: 0.3.2.1
synopsis: Route Wai middlewares based on HTTP verbs
description: Please see the README on Github at <https://git.localcooking.com/tooling/wai-middleware-verbs#readme>
category: Web
homepage: https://github.com/athanclark/wai-middleware-verbs#readme
bug-reports: https://github.com/athanclark/wai-middleware-verbs/issues
author: Athan Clark
maintainer: athan.clark@localcooking.com
copyright: 2018 Athan Clark
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/athanclark/wai-middleware-verbs
library
exposed-modules:
Network.Wai.Middleware.Verbs
other-modules:
Paths_wai_middleware_verbs
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <5
, exceptions
, hashable
, http-types
, mmorph
, monad-logger
, mtl
, resourcet
, transformers
, transformers-base
, unordered-containers
, wai >=3.2.1
default-language: Haskell2010