-
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 #131 from NoRedInk/foxen/fxn-3752-upgrade-nixpkgs-…
…ref-in-monorepo support ghc 9.8, drop support for ghc 9.2
- Loading branch information
Showing
118 changed files
with
477 additions
and
454 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 |
---|---|---|
|
@@ -8,8 +8,10 @@ self: super: | |
brick = | ||
pkgs.haskell.lib.doJailbreak (self.callHackage "brick" "0.71.1" { }); | ||
|
||
# >= 5.39 has breaking changes for [email protected]; pin to 5.38 (known-good) | ||
vty = self.callHackage "vty" "5.38" { }; | ||
# >= 5.39 has breaking changes for [email protected]; pin to 5.38 (known-good). | ||
# jailbreak to allow deepseq 1.5.1.0 as provided by ghc 9.8.3 | ||
vty = | ||
pkgs.haskell.lib.doJailbreak (self.callHackage "vty" "5.38" { }); | ||
|
||
# latest master supports ghc 9.4.x | ||
tasty-test-reporter = packageFromSources "tasty-test-reporter"; | ||
|
@@ -23,6 +25,6 @@ self: super: | |
# servant-auth-server 0.4.8.0 is marked as broken in nixpkgs but it should be fine | ||
servant-auth-server = pkgs.haskell.lib.markUnbroken super.servant-auth-server; | ||
|
||
# for now, pin hw-kafka-client to 4.0.3; nixpkgs@release-24.05 provides 5.3.0 | ||
# for now, pin hw-kafka-client to 4.0.3; nixpkgs@release-24.11 provides 5.3.0 | ||
hw-kafka-client = self.callHackage "hw-kafka-client" "4.0.3" { }; | ||
} |
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
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.2.0.1 | ||
version: 0.3.0.0 | ||
maintainer: [email protected] | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/env-parser | ||
|
@@ -15,11 +15,11 @@ extra-doc-files: | |
- CHANGELOG.md | ||
library: | ||
dependencies: &dependencies | ||
- base >= 4.16.4.0 && < 4.19 | ||
- base >= 4.17 && < 4.20 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- modern-uri >= 0.3.1.0 && < 0.4 | ||
- network-uri >= 2.6.2.0 && < 2.8 | ||
- text >= 1.2.3.1 && < 2.1 | ||
- text >= 1.2.3.1 && < 2.2 | ||
exposed-modules: | ||
- Environment | ||
source-dirs: src | ||
|
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 |
---|---|---|
|
@@ -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.5.0.3 | ||
version: 0.6.0.0 | ||
maintainer: [email protected] | ||
copyright: 2024 NoRedInk Corp. | ||
github: NoRedInk/haskell-libraries/nri-http | ||
|
@@ -14,11 +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 | ||
- aeson >= 2.0 && < 2.3 | ||
- base >= 4.17 && < 4.20 | ||
- bytestring >= 0.10.8.2 && < 0.13 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- nri-observability >= 0.1.0.0 && < 0.3 | ||
- nri-observability >= 0.1.0.0 && < 0.4 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- case-insensitive >= 1.1 && < 2.0 | ||
- http-client >= 0.6.0 && < 0.8 | ||
|
@@ -27,19 +27,19 @@ library: | |
- 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 | ||
- text >= 1.2.3.1 && < 2.2 | ||
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 | ||
- aeson >= 2.0 && < 2.3 | ||
- base >= 4.17 && < 4.20 | ||
- bytestring >= 0.10.8.2 && < 0.13 | ||
- nri-prelude >= 0.1.0.0 && < 0.7 | ||
- nri-observability >= 0.1.0.0 && < 0.2 | ||
- nri-observability >= 0.1.0.0 && < 0.4 | ||
- conduit >= 1.3.0 && < 1.4 | ||
- case-insensitive >= 1.1 && < 2.0 | ||
- http-client >= 0.6.0 && < 0.8 | ||
|
@@ -48,7 +48,7 @@ tests: | |
- 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 | ||
- text >= 1.2.3.1 && < 2.2 | ||
- wai >= 3.2.0 && < 3.3 | ||
- warp >= 3.3.0 && < 3.4 | ||
main: Main.hs | ||
|
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
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.