cabal-version: 3.0 name: eventuo11y-batteries version: 0.2.0.3 synopsis: Grab bag of eventuo11y-enriched functionality description: Miscellaneous helpers for instrumenting with [eventuo11y](https://hackage.haskell.org/package/eventuo11y) and 3rd-party packages. bug-reports: https://github.com/shlevy/eventuo11y/issues license: Apache-2.0 license-file: LICENSE author: Shea Levy maintainer: shea@shealevy.com copyright: Copyright 2022 Shea Levy. category: Observability extra-source-files: CHANGELOG.md tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.2 source-repository head type: git location: https://github.com/shlevy/eventuo11y library exposed-modules: Observe.Event.Crash Observe.Event.Servant.Client Observe.Event.Wai build-depends: , aeson ^>=2.0 , base >=4.14 && <4.17 , binary ^>=0.8 , bytestring >=0.10 && <0.12 , case-insensitive ^>=1.2 , containers ^>=0.6 , eventuo11y >=0.2 && <0.5 , exceptions ^>=0.10 , http-media ^>=0.8 , http-types ^>=0.12 , monad-control ^>=1.0 , mtl ^>=2.2 , network ^>=3.1 , semigroupoids ^>=5.3 , servant-client ^>=0.19 , servant-client-core ^>=0.19 , text >=1.2 && <2.1 , transformers-base ^>=0.4 , wai ^>=3.2 , warp ^>=3.3 hs-source-dirs: src default-language: Haskell2010