Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nri-env-parser/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-env-parser/nri-env-parser.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-env-parser/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions nri-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-http/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions nri-http/nri-http.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-http#readme>.
category: Web
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
Expand Down
4 changes: 2 additions & 2 deletions nri-http/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: nri-http
synopsis: Make Elm style HTTP requests
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-http#readme>.
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
Expand Down
4 changes: 4 additions & 0 deletions nri-kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion nri-kafka/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions nri-kafka/nri-kafka.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#readme>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#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
Expand Down
4 changes: 2 additions & 2 deletions nri-kafka/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ synopsis: Functions for working with Kafka
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#readme>.
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
Expand Down
2 changes: 1 addition & 1 deletion nri-log-explorer/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-log-explorer/nri-log-explorer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-log-explorer/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions nri-observability/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-observability/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions nri-observability/nri-observability.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#readme>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#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
Expand Down
4 changes: 2 additions & 2 deletions nri-observability/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ synopsis: Report log spans collected by nri-prelude.
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observability#readme>.
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
Expand Down
4 changes: 4 additions & 0 deletions nri-postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion nri-postgresql/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions nri-postgresql/nri-postgresql.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#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
Expand Down
4 changes: 2 additions & 2 deletions nri-postgresql/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ synopsis: Make queries against Postgresql.
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme>.
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-prelude/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-prelude/nri-prelude.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-prelude/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions nri-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion nri-redis/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions nri-redis/nri-redis.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ 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 <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-redis#readme>.
category: Web
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-redis#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
Expand Down
4 changes: 2 additions & 2 deletions nri-redis/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ synopsis: An intuitive hedis wrapper library.
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-redis#readme>.
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading
Loading