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/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/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 7de5ef29..e69823db 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 @@ -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 724bfff4..cb35f098 100644 --- a/nri-http/package.yaml +++ b/nri-http/package.yaml @@ -2,9 +2,9 @@ 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. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-http license-file: LICENSE category: Web 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/LICENSE b/nri-kafka/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-kafka/LICENSE +++ b/nri-kafka/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-kafka/nri-kafka.cabal b/nri-kafka/nri-kafka.cabal index b434a18a..ab7c98ad 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 @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kaf 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-kafka/package.yaml b/nri-kafka/package.yaml index e06d877e..598510c0 100644 --- a/nri-kafka/package.yaml +++ b/nri-kafka/package.yaml @@ -3,9 +3,9 @@ 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. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-kafka license-file: LICENSE category: Web diff --git a/nri-log-explorer/LICENSE b/nri-log-explorer/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-log-explorer/LICENSE +++ b/nri-log-explorer/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-log-explorer/nri-log-explorer.cabal b/nri-log-explorer/nri-log-explorer.cabal index 99ab547b..3072bc63 100644 --- a/nri-log-explorer/nri-log-explorer.cabal +++ b/nri-log-explorer/nri-log-explorer.cabal @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-log 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-log-explorer/package.yaml b/nri-log-explorer/package.yaml index ad88fc83..32d42212 100644 --- a/nri-log-explorer/package.yaml +++ b/nri-log-explorer/package.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-log-explo 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 license-file: LICENSE category: Web 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/LICENSE b/nri-observability/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-observability/LICENSE +++ b/nri-observability/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-observability/nri-observability.cabal b/nri-observability/nri-observability.cabal index 9fa58c7c..d037d7dc 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 @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-obs 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-observability/package.yaml b/nri-observability/package.yaml index 62bb395c..2e61c4c6 100644 --- a/nri-observability/package.yaml +++ b/nri-observability/package.yaml @@ -3,9 +3,9 @@ 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. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/observability license-file: LICENSE category: Web 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/LICENSE b/nri-postgresql/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-postgresql/LICENSE +++ b/nri-postgresql/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-postgresql/nri-postgresql.cabal b/nri-postgresql/nri-postgresql.cabal index 082e3312..c6d4d005 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 @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-pos 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-postgresql/package.yaml b/nri-postgresql/package.yaml index 4690d5d4..0557920a 100644 --- a/nri-postgresql/package.yaml +++ b/nri-postgresql/package.yaml @@ -3,9 +3,9 @@ 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. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/postgresql license-file: LICENSE category: Web 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-prelude/LICENSE b/nri-prelude/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-prelude/LICENSE +++ b/nri-prelude/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-prelude/nri-prelude.cabal b/nri-prelude/nri-prelude.cabal index 73276f4e..954150e7 100644 --- a/nri-prelude/nri-prelude.cabal +++ b/nri-prelude/nri-prelude.cabal @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-pre 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-prelude/package.yaml b/nri-prelude/package.yaml index cd21b863..cfcc3b22 100644 --- a/nri-prelude/package.yaml +++ b/nri-prelude/package.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-prelude#r author: NoRedInk version: 0.7.0.0 maintainer: haskell-open-source@noredink.com -copyright: 2024 NoRedInk Corp. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-prelude license-file: LICENSE category: Web 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/LICENSE b/nri-redis/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-redis/LICENSE +++ b/nri-redis/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-redis/nri-redis.cabal b/nri-redis/nri-redis.cabal index e6784da4..747f832c 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 @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-red 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-redis/package.yaml b/nri-redis/package.yaml index af240d95..5a82282b 100644 --- a/nri-redis/package.yaml +++ b/nri-redis/package.yaml @@ -3,9 +3,9 @@ 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. +copyright: 2026 NoRedInk Corp. github: NoRedInk/haskell-libraries/nri-redis license-file: LICENSE category: Web 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 diff --git a/nri-test-encoding/LICENSE b/nri-test-encoding/LICENSE index bd63ae7f..90a64d07 100644 --- a/nri-test-encoding/LICENSE +++ b/nri-test-encoding/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-test-encoding/nri-test-encoding.cabal b/nri-test-encoding/nri-test-encoding.cabal index 3a3f710d..fe4b5189 100644 --- a/nri-test-encoding/nri-test-encoding.cabal +++ b/nri-test-encoding/nri-test-encoding.cabal @@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-tes 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-test-encoding/package.yaml b/nri-test-encoding/package.yaml index 89d64d3b..0498be44 100644 --- a/nri-test-encoding/package.yaml +++ b/nri-test-encoding/package.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-test-enco 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/nri-test-encoding license-file: LICENSE category: Testing