From cdd0065ceae3bed0864fb963f441f94cc687168e Mon Sep 17 00:00:00 2001 From: Raveline Date: Thu, 4 Apr 2024 10:57:14 +0200 Subject: [PATCH] Bump both tracing and tracing-effectful to 1.0.0.0 --- tracing-effectful/tracing-effectful.cabal | 4 ++-- tracing.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tracing-effectful/tracing-effectful.cabal b/tracing-effectful/tracing-effectful.cabal index 9bc4dbd..8d9bdc3 100644 --- a/tracing-effectful/tracing-effectful.cabal +++ b/tracing-effectful/tracing-effectful.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: tracing-effectful -version: 0.1.0.0 +version: 1.0.0.0 license: BSD-3-Clause license-file: LICENSE author: Adrien Duclos @@ -33,7 +33,7 @@ library , base <5 , effectful-core >=1.0.0.0 && <3.0.0.0 , exceptions <0.11 - , tracing >=0.0.7 && <1.0.0.0 + , tracing ==1.0.0.0 hs-source-dirs: src diff --git a/tracing.cabal b/tracing.cabal index 7d5e3e7..25925a4 100644 --- a/tracing.cabal +++ b/tracing.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: tracing -version: 0.0.7.2 +version: 1.0.0.0 synopsis: Distributed tracing description: An OpenTracing-compliant, simple, and extensible distributed tracing library.