name: wai-middleware-rollbar version: 0.11.0 synopsis: Middleware that communicates to Rollbar. description: Middleware that communicates to Rollbar. homepage: https://github.com/joneshf/wai-middleware-rollbar#readme license: BSD3 license-file: LICENSE author: Hardy Jones maintainer: jones3.hardy@gmail.com copyright: 2017 Hardy Jones category: Web, Wai build-type: Simple extra-source-files: README.md cabal-version: >=1.10 tested-with: GHC == 8.0.2, GHC == 8.2.2 library hs-source-dirs: src exposed-modules: Network.Wai.Middleware.Rollbar , Network.Wai.Middleware.Rollbar.Payload build-depends: base >= 4.9 && < 5 , aeson >= 1.0 && < 1.4 , bytestring >= 0.10 && < 0.11 , hostname >= 1.0 && < 1.1 , http-client >= 0.5 && < 0.6 , http-conduit >= 2.2 && < 2.4 , http-types >= 0.9 && < 0.13 , rollbar-hs >= 0.1 -- TODO: Once the releases stabilize, lock in an upper bound. -- For the time being, -- I'm fine dealing with upper bound breakages, -- since I own rollbar-hs. , text >= 1.2 && < 1.3 , time >= 1.6 && < 1.9 , uuid >= 1.3 && < 1.4 , wai >= 3.2 && < 3.3 default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: https://github.com/joneshf/wai-middleware-rollbar