You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/release-notes/rl-2511.section.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@
49
49
50
50
- GHC 8.6, 8.10, 9.0, 9.2, and their package sets have been removed.
51
51
52
+
- The `haskellPackages.mkDerivation` builder now converts packages' cabal files to Unix line endings before `patchPhase`. This behavior can be disabled using `dontConvertCabalFileToUnix`.
53
+
52
54
- Support for bootstrapping native GHC compilers on 32‐bit ARM and little‐endian 64‐bit PowerPC has been dropped.
53
55
The latter was probably broken anyway.
54
56
If there is interest in restoring support for these architectures, it should be possible to cross‐compile a bootstrap GHC binary.
0 commit comments