packages feed

wai-middleware-verbs-0.4.0.1: wai-middleware-verbs.cabal

-- This file has been generated from package.yaml by hpack version 0.21.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: f14c8019769f9489e79ba3b8049d8713701d5409040452e0d132e0fabce07cad

name:           wai-middleware-verbs
version:        0.4.0.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
    , bytestring
    , exceptions
    , hashable
    , http-types
    , mmorph
    , monad-control
    , monad-control-aligned
    , monad-logger
    , mtl
    , resourcet
    , transformers
    , transformers-base
    , unordered-containers
    , wai >=3.2.1
    , wai-transformers >=0.1.0
  default-language: Haskell2010