packages feed

wai-throttler-0.1.0.3: wai-throttler.cabal

-- Initial wai-throttler.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                wai-throttler
version:             0.1.0.3
synopsis:            Wai middleware for request throttling
-- description:         
license:             MIT
license-file:        LICENSE
author:              Maxim Kulkin
maintainer:          maxim.kulkin@gmail.com
category:            Web
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  changelog.md

source-repository head
  type:                git
  location:            https://github.com/maximkulkin/wai-throttler

library
  exposed-modules:     Network.Wai.Middleware.Throttler
  build-depends:       base >=4.6 && <4.8
                     , bytestring == 0.10.*
                     , containers == 0.5.*
                     , time == 1.4.*
                     , wai == 2.*
                     , http-types == 0.8.*
  default-language:    Haskell2010