-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from NoRedInk/update-copyright-year
requirements for releasing newer nri-redis
- Loading branch information
Showing
28 changed files
with
82 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parse | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/env-parser | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries#readme | |
bug-reports: https://github.com/NoRedInk/haskell-libraries/issues | ||
author: NoRedInk | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description: Please see the README at <https://github.com/NoRedInk/haskell-libra | |
author: NoRedInk | ||
version: 0.5.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-http | ||
license-file: LICENSE | ||
category: Web | ||
|
@@ -14,32 +14,11 @@ extra-source-files: | |
- "test/golden-results-*/*" | ||
library: | ||
dependencies: | ||
- aeson >= 2.0 && < 2.2 | ||
- base >= 4.16.4.0 && < 4.19 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- nri-observability >= 0.1.0.0 && < 0.3 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- case-insensitive >= 1.1 && < 2.0 | ||
- http-client >= 0.6.0 && < 0.8 | ||
- http-client-tls >= 0.3.0 && < 0.4 | ||
- http-types >= 0.12 && < 0.13 | ||
- mime-types >= 0.1.0.0 && < 0.2 | ||
- network-uri >= 2.6.0.0 && < 2.8 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- text >= 1.2.3.1 && < 2.1 | ||
exposed-modules: | ||
- Http | ||
- Http.Mock | ||
source-dirs: src | ||
tests: | ||
spec: | ||
dependencies: | ||
- aeson >= 2.0 && < 2.2 | ||
- base >= 4.12.0.0 && < 4.19 | ||
- base >= 4.16.4.0 && < 4.19 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- nri-observability >= 0.1.0.0 && < 0.2 | ||
- nri-observability >= 0.1.0.0 && < 0.3 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- case-insensitive >= 1.1 && < 2.0 | ||
- http-client >= 0.6.0 && < 0.8 | ||
|
@@ -49,12 +28,33 @@ tests: | |
- network-uri >= 2.6.0.0 && < 2.8 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- text >= 1.2.3.1 && < 2.1 | ||
- wai >= 3.2.0 && < 3.3 | ||
- warp >= 3.3.0 && < 3.4 | ||
exposed-modules: | ||
- Http | ||
- Http.Mock | ||
source-dirs: src | ||
tests: | ||
spec: | ||
dependencies: | ||
- aeson >= 2.0 && < 2.2 | ||
- base >= 4.12.0.0 && < 4.19 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- nri-observability >= 0.1.0.0 && < 0.2 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- case-insensitive >= 1.1 && < 2.0 | ||
- http-client >= 0.6.0 && < 0.8 | ||
- http-client-tls >= 0.3.0 && < 0.4 | ||
- http-types >= 0.12 && < 0.13 | ||
- mime-types >= 0.1.0.0 && < 0.2 | ||
- network-uri >= 2.6.0.0 && < 2.8 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- text >= 1.2.3.1 && < 2.1 | ||
- wai >= 3.2.0 && < 3.3 | ||
- warp >= 3.3.0 && < 3.4 | ||
main: Main.hs | ||
source-dirs: | ||
- src | ||
- test | ||
- src | ||
- test | ||
# We intentionally do not add threaded ghc-options for tests. These would | ||
# cause tests to run in parallel, which introduces flakiness in this test | ||
# suite. The suite creates a number of web servers that are supposed to get | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-kafka#rea | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-kafka | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-log-explo | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-observabi | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/observability | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,32 +5,32 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresq | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/postgresql | ||
license-file: LICENSE | ||
category: Web | ||
extra-doc-files: | ||
- README.md | ||
- LICENSE | ||
- CHANGELOG.md | ||
- README.md | ||
- LICENSE | ||
- CHANGELOG.md | ||
extra-source-files: | ||
- "test/golden-results/*" | ||
- "test/golden-results/*" | ||
dependencies: | ||
- attoparsec >= 0.13.0.0 && < 0.15 | ||
- base >= 4.16.4.0 && < 4.19 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- filepath >= 1.4.2.1 && < 1.5 | ||
- network >= 3.1.0.0 && < 3.2 | ||
- nri-env-parser >= 0.1.0.0 && < 0.3 | ||
- nri-observability >= 0.1.0.0 && < 0.3 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- postgresql-typed >= 0.6 && < 0.7 | ||
- resource-pool >= 0.2.0.0 && < 0.5 | ||
- resourcet >= 1.2.0 && < 1.4 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- template-haskell >= 2.15.0.0 && < 2.21 | ||
- text >= 1.2.3.1 && < 2.1 | ||
- time >= 1.8.0.2 && < 2 | ||
- attoparsec >= 0.13.0.0 && < 0.15 | ||
- base >= 4.16.4.0 && < 4.19 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- filepath >= 1.4.2.1 && < 1.5 | ||
- network >= 3.1.0.0 && < 3.2 | ||
- nri-env-parser >= 0.1.0.0 && < 0.3 | ||
- nri-observability >= 0.1.0.0 && < 0.3 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- postgresql-typed >= 0.6 && < 0.7 | ||
- resource-pool >= 0.2.0.0 && < 0.5 | ||
- resourcet >= 1.2.0 && < 1.4 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- template-haskell >= 2.15.0.0 && < 2.21 | ||
- text >= 1.2.3.1 && < 2.1 | ||
- time >= 1.8.0.2 && < 2 | ||
default-extensions: | ||
- DataKinds | ||
- DeriveGeneric | ||
|
@@ -56,16 +56,16 @@ ghc-options: | |
- -fplugin=NriPrelude.Plugin | ||
library: | ||
exposed-modules: | ||
- Postgres | ||
- Postgres.Enum | ||
- Postgres.Test | ||
- Postgres | ||
- Postgres.Enum | ||
- Postgres.Test | ||
source-dirs: src | ||
tests: | ||
tests: | ||
main: Main.hs | ||
source-dirs: | ||
- src | ||
- test | ||
- src | ||
- test | ||
ghc-options: | ||
- -threaded | ||
- -rtsopts "-with-rtsopts=-N -T" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-prelude#r | |
author: NoRedInk | ||
version: 0.6.1.2 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-prelude | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# 0.2.0.2 | ||
- Adds `sismember` | ||
|
||
# 0.2.0.1 | ||
|
||
- Drop support for `aeson-1.x` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.2.0.1 | ||
version: 0.2.0.2 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-redis | ||
license-file: LICENSE | ||
category: Web | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-test-enco | |
author: NoRedInk | ||
version: 0.2.0.1 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-test-encoding | ||
license-file: LICENSE | ||
category: Testing | ||
|