packages feed

eventuo11y-batteries-0.1.0.0: eventuo11y-batteries.cabal

cabal-version:      3.0
name:               eventuo11y-batteries
version:            0.1.0.0
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.3.0
    , async                ^>=2.2.4
    , base                 >=4.14      && <4.17
    , binary               ^>=0.8
    , bytestring           >=0.10.12.0 && <0.12
    , case-insensitive     ^>=1.2.1.0
    , containers           ^>=0.6
    , eventuo11y           ^>=0.1.0.0
    , exceptions           ^>=0.10.4
    , http-media           ^>=0.8.0.0
    , http-types           ^>=0.12.3
    , monad-control        ^>=1.0.3.1
    , mtl                  ^>=2.2.2
    , network              ^>=3.1.2.7
    , semigroupoids        ^>=5.3.7
    , servant-client       ^>=0.19
    , servant-client-core  ^>=0.19
    , text                 ^>=1.2.5.0
    , transformers-base    ^>=0.4.6
    , unliftio-core        ^>=0.2.0.1
    , wai                  ^>=3.2.3
    , warp                 ^>=3.3.19

  hs-source-dirs:   src
  default-language: Haskell2010