-
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 #108 from NoRedInk/update-nixpkgs-2311
Update main nixpkgs to 23.11, drop GHC 8.10.7 support
- Loading branch information
Showing
63 changed files
with
177 additions
and
1,413 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
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# 0.2.0.0 | ||
|
||
- Drop support for GHC 8.10.7 | ||
|
||
# 0.1.0.9 | ||
|
||
- Support GHC 9.4.7 | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ synopsis: Read environment variables as settings to build 12-factor apps. | |
description: Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme>. | ||
homepage: https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-env-parser#readme | ||
author: NoRedInk | ||
version: 0.1.0.9 | ||
version: 0.2.0.0 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/env-parser | ||
|
@@ -15,7 +15,7 @@ extra-doc-files: | |
- CHANGELOG.md | ||
library: | ||
dependencies: &dependencies | ||
- base >= 4.12.0.0 && < 4.18 | ||
- base >= 4.16.4.0 && < 4.18 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- modern-uri >= 0.3.1.0 && < 0.4 | ||
- network-uri >= 2.6.2.0 && < 2.8 | ||
|
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,7 @@ | ||
# 0.5.0.0 | ||
|
||
- Drop support for GHC 8.10.7 | ||
|
||
# 0.4.0.1 | ||
|
||
- Regen golden results for GHC 9.2.6 / 8.10.7 | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ 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.4.0.1 | ||
version: 0.5.0.0 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-http | ||
|
@@ -11,14 +11,14 @@ category: Web | |
extra-source-files: | ||
- README.md | ||
- LICENSE | ||
- "test/golden-results/*" | ||
- "test/golden-results-*/*" | ||
library: | ||
dependencies: | ||
- aeson >= 1.4.6.0 && < 2.2 | ||
- base >= 4.12.0.0 && < 4.18 | ||
- base >= 4.16.4.0 && < 4.18 | ||
- 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 | ||
|
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 was deleted.
Oops, something went wrong.
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,7 @@ | ||
# 0.2.0.0 | ||
|
||
- Drop support for GHC 8.10.7 | ||
|
||
# 0.1.0.5 | ||
|
||
- Support GHC 9.4.7, `aeson-2.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 |
---|---|---|
|
@@ -3,7 +3,7 @@ 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.1.0.5 | ||
version: 0.2.0.0 | ||
maintainer: [email protected] | ||
copyright: 2023 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-kafka | ||
|
@@ -16,13 +16,13 @@ extra-source-files: | |
dependencies: | ||
- aeson >= 1.4.6.0 && < 2.2 | ||
- async >=2.2.2 && <2.3 | ||
- base >= 4.12.0.0 && < 4.18 | ||
- base >= 4.16.4.0 && < 4.18 | ||
- bytestring >= 0.10.8.2 && < 0.12 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- containers >= 0.6.0.1 && < 0.7 | ||
- hw-kafka-client >=4.0.3 && < 5.0 | ||
- nri-env-parser >= 0.1.0.0 && < 0.2 | ||
- nri-observability >= 0.1.1.1 && < 0.2 | ||
- nri-env-parser >= 0.1.0.0 && < 0.3 | ||
- nri-observability >= 0.1.1.1 && < 0.3 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- safe-exceptions >= 0.1.7.0 && < 1.3 | ||
- stm >= 2.4 && < 2.6 | ||
|
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
Oops, something went wrong.