cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: wai-rate-limit version: 0.3.0.0 synopsis: Rate limiting as WAI middleware description: A Haskell library which implements rate limiting as WAI middleware category: Security homepage: https://github.com/mbg/wai-rate-limit#readme bug-reports: https://github.com/mbg/wai-rate-limit/issues author: Michael B. Gale maintainer: github@michael-gale.co.uk copyright: Copyright (c) Michael B. Gale license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/mbg/wai-rate-limit library exposed-modules: Network.Wai.RateLimit Network.Wai.RateLimit.Backend Network.Wai.RateLimit.Strategy other-modules: Paths_wai_rate_limit hs-source-dirs: src default-extensions: OverloadedStrings RecordWildCards ghc-options: -W build-depends: base >=4.8 && <5 , http-types <1 , time-units ==1.* , wai >=3.0 && <4 default-language: Haskell2010