packages feed

hs-opentelemetry-vendor-honeycomb-0.0.1.2: hs-opentelemetry-vendor-honeycomb.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name:               hs-opentelemetry-vendor-honeycomb
version:            0.0.1.2
synopsis:           Optional OpenTelemetry integration for Honeycomb
description:        Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry#readme>
category:           OpenTelemetry
homepage:           https://github.com/iand675/hs-opentelemetry#readme
bug-reports:        https://github.com/iand675/hs-opentelemetry/issues
author:             Ian Duncan, Jade Lovelace
maintainer:         ian@iankduncan.com
copyright:          2024 Ian Duncan, Mercury Technologies
license:            BSD3
license-file:       LICENSE
build-type:         Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/iand675/hs-opentelemetry

library
  exposed-modules:
      OpenTelemetry.Vendor.Honeycomb
  other-modules:
      Paths_hs_opentelemetry_vendor_honeycomb
  hs-source-dirs:
      src
  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-export-lists -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unused-packages -Wno-missing-kind-signatures
  build-depends:
      base >=4.7 && <5
    , bytestring
    , honeycomb >=0.1.0.1
    , hs-opentelemetry-api
    , mtl
    , text
    , time
    , transformers
    , unordered-containers
    , uri-bytestring
  default-language: Haskell2010

test-suite test
  type: exitcode-stdio-1.0
  main-is: Main.hs
  other-modules:
      OpenTelemetry.Vendor.HoneycombSpec
      Spec
      Paths_hs_opentelemetry_vendor_honeycomb
  hs-source-dirs:
      test
  ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-export-lists -Wno-missing-import-lists -Wno-missed-specialisations -Wno-all-missed-specialisations -Wno-unsafe -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module -Wno-unused-packages -Wno-missing-kind-signatures -threaded -rtsopts -with-rtsopts=-N -Wno-incomplete-uni-patterns -O0
  build-tool-depends:
      hspec-discover:hspec-discover
  build-depends:
      base >=4.7 && <5
    , hs-opentelemetry-api
    , hs-opentelemetry-vendor-honeycomb
    , hspec
    , time
  default-language: Haskell2010