From eea36f75303fec8a12bd247dc5e5260b63c1d53e Mon Sep 17 00:00:00 2001 From: Juliano Solanho Date: Thu, 28 May 2026 16:18:03 -0300 Subject: [PATCH 1/3] Bump libraries that depend on nri-prelude >=0.7 --- nri-http/CHANGELOG.md | 4 ++++ nri-http/nri-http.cabal | 2 +- nri-http/package.yaml | 2 +- nri-kafka/CHANGELOG.md | 4 ++++ nri-kafka/nri-kafka.cabal | 2 +- nri-kafka/package.yaml | 2 +- nri-observability/CHANGELOG.md | 4 ++++ nri-observability/nri-observability.cabal | 2 +- nri-observability/package.yaml | 2 +- nri-postgresql/CHANGELOG.md | 4 ++++ nri-postgresql/nri-postgresql.cabal | 2 +- nri-postgresql/package.yaml | 2 +- nri-redis/CHANGELOG.md | 4 ++++ nri-redis/nri-redis.cabal | 2 +- nri-redis/package.yaml | 2 +- 15 files changed, 30 insertions(+), 10 deletions(-) diff --git a/nri-http/CHANGELOG.md b/nri-http/CHANGELOG.md index 9b481c43..85c5c7ad 100644 --- a/nri-http/CHANGELOG.md +++ b/nri-http/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.7.0.1 + +- Require `nri-prelude >= 0.7.0.0` + # 0.7.0.0 - Support GHC 9.10.2, GHC 9.12.2 diff --git a/nri-http/nri-http.cabal b/nri-http/nri-http.cabal index 7de5ef29..32d7917c 100644 --- a/nri-http/nri-http.cabal +++ b/nri-http/nri-http.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: nri-http -version: 0.7.0.0 +version: 0.7.0.1 synopsis: Make Elm style HTTP requests description: Please see the README at . category: Web diff --git a/nri-http/package.yaml b/nri-http/package.yaml index 724bfff4..dbbc7320 100644 --- a/nri-http/package.yaml +++ b/nri-http/package.yaml @@ -2,7 +2,7 @@ name: nri-http synopsis: Make Elm style HTTP requests description: Please see the README at . author: NoRedInk -version: 0.7.0.0 +version: 0.7.0.1 maintainer: haskell-open-source@noredink.com copyright: 2024 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-http diff --git a/nri-kafka/CHANGELOG.md b/nri-kafka/CHANGELOG.md index 561438f2..f17d53fa 100644 --- a/nri-kafka/CHANGELOG.md +++ b/nri-kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.0.1 + +- Require `nri-prelude >= 0.7.0.0` + # 0.4.0.0 - Support GHC 9.10.2, GHC 9.12.2, `containers-0.7.x` diff --git a/nri-kafka/nri-kafka.cabal b/nri-kafka/nri-kafka.cabal index b434a18a..f44244f7 100644 --- a/nri-kafka/nri-kafka.cabal +++ b/nri-kafka/nri-kafka.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: nri-kafka -version: 0.4.0.0 +version: 0.4.0.1 synopsis: Functions for working with Kafka description: Please see the README at . category: Web diff --git a/nri-kafka/package.yaml b/nri-kafka/package.yaml index e06d877e..80ad224b 100644 --- a/nri-kafka/package.yaml +++ b/nri-kafka/package.yaml @@ -3,7 +3,7 @@ synopsis: Functions for working with Kafka description: Please see the README at . homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#readme author: NoRedInk -version: 0.4.0.0 +version: 0.4.0.1 maintainer: haskell-open-source@noredink.com copyright: 2024 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-kafka diff --git a/nri-observability/CHANGELOG.md b/nri-observability/CHANGELOG.md index ce571fe6..5823cbb3 100644 --- a/nri-observability/CHANGELOG.md +++ b/nri-observability/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.0.1 + +- Require `nri-prelude >= 0.7.0.0` + # 0.3.0.1 - Support GHC 9.10.2, GHC 9.12.2 diff --git a/nri-observability/nri-observability.cabal b/nri-observability/nri-observability.cabal index 9fa58c7c..db1ceeab 100644 --- a/nri-observability/nri-observability.cabal +++ b/nri-observability/nri-observability.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: nri-observability -version: 0.4.0.0 +version: 0.4.0.1 synopsis: Report log spans collected by nri-prelude. description: Please see the README at . category: Web diff --git a/nri-observability/package.yaml b/nri-observability/package.yaml index 62bb395c..2fc2f732 100644 --- a/nri-observability/package.yaml +++ b/nri-observability/package.yaml @@ -3,7 +3,7 @@ synopsis: Report log spans collected by nri-prelude. description: Please see the README at . homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#readme author: NoRedInk -version: 0.4.0.0 +version: 0.4.0.1 maintainer: haskell-open-source@noredink.com copyright: 2024 NoRedInk Corp. github: NoRedInk/haskell-libraries/observability diff --git a/nri-postgresql/CHANGELOG.md b/nri-postgresql/CHANGELOG.md index 59cdedfb..2e03030f 100644 --- a/nri-postgresql/CHANGELOG.md +++ b/nri-postgresql/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.0.1 + +- Require `nri-prelude >= 0.7.0.0` + # 0.3.0.1 - Support GHC 9.10.2, GHC 9.12.2, `network-3.3.x.x`, `filepath-1.5.x`, `template-haskell-2.23.x.x` diff --git a/nri-postgresql/nri-postgresql.cabal b/nri-postgresql/nri-postgresql.cabal index 082e3312..65050b74 100644 --- a/nri-postgresql/nri-postgresql.cabal +++ b/nri-postgresql/nri-postgresql.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: nri-postgresql -version: 0.4.0.0 +version: 0.4.0.1 synopsis: Make queries against Postgresql. description: Please see the README at . category: Web diff --git a/nri-postgresql/package.yaml b/nri-postgresql/package.yaml index 4690d5d4..ce91133c 100644 --- a/nri-postgresql/package.yaml +++ b/nri-postgresql/package.yaml @@ -3,7 +3,7 @@ synopsis: Make queries against Postgresql. description: Please see the README at . homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme author: NoRedInk -version: 0.4.0.0 +version: 0.4.0.1 maintainer: haskell-open-source@noredink.com copyright: 2024 NoRedInk Corp. github: NoRedInk/haskell-libraries/postgresql diff --git a/nri-redis/CHANGELOG.md b/nri-redis/CHANGELOG.md index 0a52c472..317189b5 100644 --- a/nri-redis/CHANGELOG.md +++ b/nri-redis/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1.1 + +- Require `nri-prelude >= 0.7.0.0` + # 0.4.1.0 - Add `handlerWithoutNamespace` for creating Redis handlers that skip diff --git a/nri-redis/nri-redis.cabal b/nri-redis/nri-redis.cabal index e6784da4..022a309b 100644 --- a/nri-redis/nri-redis.cabal +++ b/nri-redis/nri-redis.cabal @@ -5,7 +5,7 @@ cabal-version: 1.18 -- see: https://github.com/sol/hpack name: nri-redis -version: 0.4.1.0 +version: 0.4.1.1 synopsis: An intuitive hedis wrapper library. description: Please see the README at . category: Web diff --git a/nri-redis/package.yaml b/nri-redis/package.yaml index af240d95..62605da8 100644 --- a/nri-redis/package.yaml +++ b/nri-redis/package.yaml @@ -3,7 +3,7 @@ synopsis: An intuitive hedis wrapper library. description: Please see the README at . homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-redis#readme author: NoRedInk -version: 0.4.1.0 +version: 0.4.1.1 maintainer: haskell-open-source@noredink.com copyright: 2024 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-redis From e1974c72662f354eee44e45b96346aca8c76600a Mon Sep 17 00:00:00 2001 From: Juliano Solanho Date: Thu, 28 May 2026 16:28:23 -0300 Subject: [PATCH 2/3] bump copyright version --- nri-env-parser/LICENSE | 2 +- nri-env-parser/nri-env-parser.cabal | 2 +- nri-env-parser/package.yaml | 2 +- nri-http/LICENSE | 2 +- nri-http/nri-http.cabal | 2 +- nri-http/package.yaml | 2 +- nri-kafka/LICENSE | 2 +- nri-kafka/nri-kafka.cabal | 2 +- nri-kafka/package.yaml | 2 +- nri-log-explorer/LICENSE | 2 +- nri-log-explorer/nri-log-explorer.cabal | 2 +- nri-log-explorer/package.yaml | 2 +- nri-observability/LICENSE | 2 +- nri-observability/nri-observability.cabal | 2 +- nri-observability/package.yaml | 2 +- nri-postgresql/LICENSE | 2 +- nri-postgresql/nri-postgresql.cabal | 2 +- nri-postgresql/package.yaml | 2 +- nri-prelude/LICENSE | 2 +- nri-prelude/nri-prelude.cabal | 2 +- nri-prelude/package.yaml | 2 +- nri-redis/LICENSE | 2 +- nri-redis/nri-redis.cabal | 2 +- nri-redis/package.yaml | 2 +- nri-test-encoding/LICENSE | 2 +- nri-test-encoding/nri-test-encoding.cabal | 2 +- nri-test-encoding/package.yaml | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/nri-env-parser/LICENSE b/nri-env-parser/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-env-parser/LICENSE +++ b/nri-env-parser/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024, NoRedInk +Copyright (c) 2026, NoRedInk All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/nri-env-parser/nri-env-parser.cabal b/nri-env-parser/nri-env-parser.cabal index 7f11f793..82d7222b 100644 --- a/nri-env-parser/nri-env-parser.cabal +++ b/nri-env-parser/nri-env-parser.cabal @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env bug-reports: https://github.com/NoRedInk/haskell-libraries/issues author: NoRedInk maintainer: haskell-open-source@noredink.com -copyright: 2024 NoRedInk Corp. +copyright: 2026 NoRedInk Corp. license: BSD3 license-file: LICENSE build-type: Simple diff --git a/nri-env-parser/package.yaml b/nri-env-parser/package.yaml index a6d13416..a686419b 100644 --- a/nri-env-parser/package.yaml +++ b/nri-env-parser/package.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parse author: NoRedInk version: 0.4.0.0 maintainer: haskell-open-source@noredink.com -copyright: 2024 NoRedInk Corp. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/env-parser license-file: LICENSE category: Web diff --git a/nri-http/LICENSE b/nri-http/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-http/LICENSE +++ b/nri-http/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024, NoRedInk +Copyright (c) 2026, NoRedInk All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/nri-http/nri-http.cabal b/nri-http/nri-http.cabal index 32d7917c..e69823db 100644 --- a/nri-http/nri-http.cabal +++ b/nri-http/nri-http.cabal @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries#readme bug-reports: https://github.com/NoRedInk/haskell-libraries/issues author: NoRedInk maintainer: haskell-open-source@noredink.com -copyright: 2024 NoRedInk Corp. +copyright: 2026 NoRedInk Corp. license: BSD3 license-file: LICENSE build-type: Simple diff --git a/nri-http/package.yaml b/nri-http/package.yaml index dbbc7320..cb35f098 100644 --- a/nri-http/package.yaml +++ b/nri-http/package.yaml @@ -4,7 +4,7 @@ description: Please see the README at Date: Thu, 28 May 2026 16:52:47 -0300 Subject: [PATCH 3/3] Update golden files for new test-suite package versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After bumping nri-postgresql to 0.4.0.1 and nri-redis to 0.4.1.1, the `srcLocPackage` strings embedded in their test goldens (e.g. `nri-redis-0.4.1.0-inplace-tests`) needed the matching suffix update. Applied as a targeted substring substitution rather than a full regeneration — the test-suite version is the only thing that changed, and surgical replacement avoids the risk of pulling in platform-specific noise from a local regen. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../observability-spec-postgres-reporting-ghc-9 | 6 +++--- .../observability-spec-reporting-redis-counter-query | 4 ++-- .../observability-spec-reporting-redis-counter-transaction | 4 ++-- .../observability-spec-reporting-redis-hash-query | 4 ++-- .../observability-spec-reporting-redis-hash-transaction | 4 ++-- .../observability-spec-reporting-redis-list-query | 4 ++-- .../observability-spec-reporting-redis-list-transaction | 4 ++-- .../observability-spec-reporting-redis-query | 4 ++-- .../observability-spec-reporting-redis-query-timeout | 4 ++-- .../observability-spec-reporting-redis-transaction | 4 ++-- .../observability-spec-reporting-with-query-timout | 4 ++-- .../observability-spec-reporting-without-query-timout | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/nri-postgresql/test/golden-results/observability-spec-postgres-reporting-ghc-9 b/nri-postgresql/test/golden-results/observability-spec-postgres-reporting-ghc-9 index fe65b2f8..93692916 100644 --- a/nri-postgresql/test/golden-results/observability-spec-postgres-reporting-ghc-9 +++ b/nri-postgresql/test/golden-results/observability-spec-postgres-reporting-ghc-9 @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-postgresql-0.4.0.0-inplace-tests" + { srcLocPackage = "nri-postgresql-0.4.0.1-inplace-tests" , srcLocModule = "ObservabilitySpec" , srcLocFile = "test/ObservabilitySpec.hs" , srcLocStartLine = 54 @@ -29,7 +29,7 @@ TracingSpan Just ( "doQuery" , SrcLoc - { srcLocPackage = "nri-postgresql-0.4.0.0-inplace-tests" + { srcLocPackage = "nri-postgresql-0.4.0.1-inplace-tests" , srcLocModule = "ObservabilitySpec" , srcLocFile = "test/ObservabilitySpec.hs" , srcLocStartLine = 35 @@ -54,7 +54,7 @@ TracingSpan Just ( "withContext" , SrcLoc - { srcLocPackage = "nri-postgresql-0.4.0.0-inplace-tests" + { srcLocPackage = "nri-postgresql-0.4.0.1-inplace-tests" , srcLocModule = "Postgres" , srcLocFile = "src/Postgres.hs" , srcLocStartLine = 225 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-query b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-query index 3752a160..79517bdb 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-query +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-query @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "query" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 126 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-transaction b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-transaction index 629e6cae..796783a6 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-transaction +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-counter-transaction @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "transaction" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 133 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-query b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-query index b4001afa..d9989711 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-query +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-query @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "query" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 98 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-transaction b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-transaction index 7afee137..905aadb2 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-transaction +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-hash-transaction @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "transaction" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 105 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-query b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-query index 51c31981..42222250 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-query +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-query @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "query" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 112 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-transaction b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-transaction index af712aa4..877bd694 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-transaction +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-list-transaction @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "transaction" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 119 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query index 2faa3401..10d51bef 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "query" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 84 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query-timeout b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query-timeout index bc623a10..b5a5ce78 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query-timeout +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-query-timeout @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 48 @@ -29,7 +29,7 @@ TracingSpan Just ( "query" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 143 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-transaction b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-transaction index ff0ce50b..8b87d18b 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-transaction +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-redis-transaction @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "transaction" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 91 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-with-query-timout b/nri-redis/test/golden-results-9.8/observability-spec-reporting-with-query-timout index 15f5a843..0ef4bed6 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-with-query-timout +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-with-query-timout @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "withContext" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Redis.Handler" , srcLocFile = "src/Redis/Handler.hs" , srcLocStartLine = 79 diff --git a/nri-redis/test/golden-results-9.8/observability-spec-reporting-without-query-timout b/nri-redis/test/golden-results-9.8/observability-spec-reporting-without-query-timout index a8b4cdda..1ba6d019 100644 --- a/nri-redis/test/golden-results-9.8/observability-spec-reporting-without-query-timout +++ b/nri-redis/test/golden-results-9.8/observability-spec-reporting-without-query-timout @@ -6,7 +6,7 @@ TracingSpan Just ( "rootTracingSpanIO" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Spec.Redis" , srcLocFile = "test/Spec/Redis.hs" , srcLocStartLine = 31 @@ -29,7 +29,7 @@ TracingSpan Just ( "withContext" , SrcLoc - { srcLocPackage = "nri-redis-0.4.1.0-inplace-tests" + { srcLocPackage = "nri-redis-0.4.1.1-inplace-tests" , srcLocModule = "Redis.Handler" , srcLocFile = "src/Redis/Handler.hs" , srcLocStartLine = 86