cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: cc5d5ebcfe3ffeb74b04de46a5e0c91cebb17900f85fbd1939ca33fc1593a9b3 name: wai-rate-limit version: 0.1.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: m.gale@warwick.ac.uk copyright: Copyright (c) Michael B. Gale license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.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 , wai >=3.0 && <4 default-language: Haskell2010