cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack
name: hs-opentelemetry-vendor-honeycomb
version: 0.0.1.1
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: 2023 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
, bytestring
, honeycomb >=0.1.0.1
, hs-opentelemetry-api
, hs-opentelemetry-vendor-honeycomb
, hspec
, hspec-core
, hspec-expectations
, mtl
, text
, time
, transformers
, unordered-containers
, uri-bytestring
default-language: Haskell2010