Commit fdc0b683 authored by Artturin's avatar Artturin
Browse files

release-notes: mention {build,host,target}Platform deprecation

parent 8dd0f0a4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -188,6 +188,8 @@ In addition to numerous new and upgraded packages, this release has the followin

- Calling `makeSetupHook` without passing a `name` argument is deprecated.

- Top-level buildPlatform,hostPlatform,targetPlatform have been deprecated, use stdenv.X instead.

- `lib.systems.examples.ghcjs` and consequently `pkgsCross.ghcjs` now use the target triplet `javascript-unknown-ghcjs` instead of `js-unknown-ghcjs`. This has been done to match an [upstream decision](https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c) to follow Cabal's platform naming more closely. Nixpkgs will also reject `js` as an architecture name.

- The old unsupported version 6.x of the ELK-stack and Elastic beats have been removed. Use OpenSearch instead.