Skip to content

Commit

Permalink
v0.0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iand675 committed Dec 26, 2021
1 parent 63cffbf commit 5bf4344
Show file tree
Hide file tree
Showing 24 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion api/hs-opentelemetry-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-api
version: 0.0.2.1
version: 0.0.3.0
synopsis: OpenTelemetry API for use by libraries for direct instrumentation or wrapper packages.
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/api#readme>
category: OpenTelemetry, Telemetry, Monitoring, Observability, Metrics
Expand Down
2 changes: 1 addition & 1 deletion api/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_common/lib: !include "../package-common.yaml"

name: hs-opentelemetry-api
version: 0.0.2.1
version: 0.0.3.0

<<: *preface

Expand Down
4 changes: 2 additions & 2 deletions exporters/handle/hs-opentelemetry-exporter-handle.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
src
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, text
default-language: Haskell2010

Expand All @@ -46,7 +46,7 @@ test-suite hs-opentelemetry-exporter-handle-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-exporter-handle
, text
default-language: Haskell2010
2 changes: 1 addition & 1 deletion exporters/handle/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/iand

dependencies:
- base >= 4.7 && < 5
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- text

library:
Expand Down
6 changes: 3 additions & 3 deletions exporters/in-memory/hs-opentelemetry-exporter-in-memory.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-exporter-in-memory
version: 0.0.1.1
version: 0.0.1.2
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/exporters/in-memory#readme>
homepage: https://github.com/iand675/hs-opentelemetry#readme
bug-reports: https://github.com/iand675/hs-opentelemetry/issues
Expand Down Expand Up @@ -34,7 +34,7 @@ library
build-depends:
async
, base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, unagi-chan
default-language: Haskell2010

Expand All @@ -49,7 +49,7 @@ test-suite hs-opentelemetry-exporter-in-memory-test
build-depends:
async
, base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-exporter-in-memory
, unagi-chan
default-language: Haskell2010
4 changes: 2 additions & 2 deletions exporters/in-memory/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hs-opentelemetry-exporter-in-memory
version: 0.0.1.1
version: 0.0.1.2
github: "iand675/hs-opentelemetry"
license: BSD3
author: "Ian Duncan"
Expand All @@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/iand

dependencies:
- base >= 4.7 && < 5
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- async
- unagi-chan

Expand Down
6 changes: 3 additions & 3 deletions exporters/otlp/hs-opentelemetry-exporter-otlp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-exporter-otlp
version: 0.0.1.2
version: 0.0.1.1
synopsis: OpenTelemetry exporter supporting the standard OTLP protocol
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/exporters/otlp#readme>
category: OpenTelemetry, Telemetry, Monitoring, Observability, Metrics
Expand Down Expand Up @@ -38,7 +38,7 @@ library
, bytestring
, case-insensitive
, clock
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-otlp ==0.0.1.*
, http-client
, http-conduit
Expand Down Expand Up @@ -66,7 +66,7 @@ test-suite hs-opentelemetry-exporter-otlp-test
, bytestring
, case-insensitive
, clock
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-exporter-otlp
, hs-opentelemetry-otlp ==0.0.1.*
, http-client
Expand Down
4 changes: 2 additions & 2 deletions exporters/otlp/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hs-opentelemetry-exporter-otlp
version: 0.0.1.2
version: 0.0.1.3
github: "iand675/hs-opentelemetry"
license: BSD3
author: "Ian Duncan"
Expand All @@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/iand

dependencies:
- base >= 4.7 && < 5
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- hs-opentelemetry-otlp == 0.0.1.*
- text
- bytestring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-instrumentation-conduit
version: 0.0.1.0
version: 0.0.1.1
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/conduit#readme>
homepage: https://github.com/iand675/hs-opentelemetry#readme
bug-reports: https://github.com/iand675/hs-opentelemetry/issues
Expand Down Expand Up @@ -34,7 +34,7 @@ library
build-depends:
base >=4.7 && <5
, conduit
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, text
default-language: Haskell2010

Expand All @@ -49,7 +49,7 @@ test-suite hs-opentelemetry-instrumentation-conduit-test
build-depends:
base >=4.7 && <5
, conduit
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-conduit
, text
default-language: Haskell2010
4 changes: 2 additions & 2 deletions instrumentation/conduit/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_common/lib: !include "../../package-common.yaml"

name: hs-opentelemetry-instrumentation-conduit
version: 0.0.1.0
version: 0.0.1.1

<<: *preface

Expand All @@ -22,7 +22,7 @@ dependencies:
- base >= 4.7 && < 5
- conduit
- text
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*

library:
ghc-options: -Wall
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-instrumentation-http-client
version: 0.0.1.0
version: 0.0.1.1
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/http-client#readme>
homepage: https://github.com/iand675/hs-opentelemetry#readme
bug-reports: https://github.com/iand675/hs-opentelemetry/issues
Expand Down Expand Up @@ -39,7 +39,7 @@ library
, bytestring
, case-insensitive
, conduit
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-conduit ==0.0.1.*
, http-client
, http-client-tls
Expand All @@ -63,7 +63,7 @@ test-suite hs-opentelemetry-instrumentation-http-client-test
, bytestring
, case-insensitive
, conduit
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-conduit ==0.0.1.*
, hs-opentelemetry-instrumentation-http-client
, http-client
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/http-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_common/lib: !include "../../package-common.yaml"

name: hs-opentelemetry-instrumentation-http-client
version: 0.0.1.0
version: 0.0.1.1

<<: *preface

Expand All @@ -26,7 +26,7 @@ dependencies:
- http-client-tls
- http-conduit
- http-types
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- text
- bytestring
- unliftio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
src
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, mtl
, persistent
, resourcet
Expand All @@ -51,7 +51,7 @@ test-suite hs-opentelemetry-persistent-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-persistent
, mtl
, persistent
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/persistent/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: Please see the README on GitHub at <https://github.com/iand

dependencies:
- base >= 4.7 && < 5
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- persistent
- text
- vault
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
build-depends:
base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, iproute
, network
, postgresql-libpq
Expand All @@ -53,7 +53,7 @@ test-suite hs-opentelemetry-instrumentation-postgresql-simple-test
build-depends:
base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-postgresql-simple
, iproute
, network
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/postgresql-simple/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description: Please see the README on GitHub at <https://github.com/iand

dependencies:
- base >= 4.7 && < 5
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- network
- iproute
- postgresql-simple
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-instrumentation-wai
version: 0.0.1.1
version: 0.0.1.2
synopsis: WAI instrumentation middleware for OpenTelemetry
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/wai#readme>
category: OpenTelemetry, Web
Expand Down Expand Up @@ -36,7 +36,7 @@ library
build-depends:
base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, http-types
, iproute
, network
Expand All @@ -56,7 +56,7 @@ test-suite hs-opentelemetry-instrumentation-wai-test
build-depends:
base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-wai
, http-types
, iproute
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/wai/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_common/lib: !include "../../package-common.yaml"

name: hs-opentelemetry-instrumentation-wai
version: 0.0.1.1
version: 0.0.1.2

<<: *preface

Expand All @@ -22,7 +22,7 @@ dependencies:
- base >= 4.7 && < 5
- http-types
- wai
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- vault
- text
- bytestring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-instrumentation-yesod
version: 0.0.1.1
version: 0.0.1.2
synopsis: Yesod middleware for providing OpenTelemetry instrumentation
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/instrumentation/yesod#readme>
category: OpenTelemetry, Web
Expand Down Expand Up @@ -35,7 +35,7 @@ library
ghc-options: -Wall
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-wai ==0.0.1.*
, microlens
, mtl
Expand All @@ -56,7 +56,7 @@ test-suite hs-opentelemetry-instrumentation-yesod-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-instrumentation-wai ==0.0.1.*
, hs-opentelemetry-instrumentation-yesod
, microlens
Expand Down
4 changes: 2 additions & 2 deletions instrumentation/yesod/package.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
_common/lib: !include "../../package-common.yaml"

name: hs-opentelemetry-instrumentation-yesod
version: 0.0.1.1
version: 0.0.1.2

<<: *preface

Expand All @@ -23,7 +23,7 @@ dependencies:
- mtl
- microlens
- yesod-core
- hs-opentelemetry-api == 0.0.2.*
- hs-opentelemetry-api == 0.0.3.*
- hs-opentelemetry-instrumentation-wai == 0.0.1.*
- unliftio
- text
Expand Down
6 changes: 3 additions & 3 deletions propagators/w3c/hs-opentelemetry-propagator-w3c.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: hs-opentelemetry-propagator-w3c
version: 0.0.1.1
version: 0.0.1.2
synopsis: Trace propagation via HTTP headers following the w3c tracestate spec.
description: Please see the README on GitHub at <https://github.com/iand675/hs-opentelemetry/tree/main/propagators/w3c#readme>
category: OpenTelemetry, Tracing, Web
Expand Down Expand Up @@ -38,7 +38,7 @@ library
attoparsec
, base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, http-types
, text
default-language: Haskell2010
Expand All @@ -55,7 +55,7 @@ test-suite hs-opentelemetry-propagator-w3c-test
attoparsec
, base >=4.7 && <5
, bytestring
, hs-opentelemetry-api ==0.0.2.*
, hs-opentelemetry-api ==0.0.3.*
, hs-opentelemetry-propagator-w3c
, http-types
, text
Expand Down
Loading

0 comments on commit 5bf4344

Please sign in to comment.