* -Wmissing-home-modules now behaves correctly when multiple units have expose the same module name * Adjust the demand signature of the prompt# to avoid invalid optimisation of non-terminating programs * GHC’s internal Unique type has been widened to 64-bits on 32-bit architectures, avoiding potential miscompilations on large projects OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=406
13 lines
466 B
Diff
13 lines
466 B
Diff
Index: ghc-9.4.4/libraries/containers/containers/include/containers.h
|
|
===================================================================
|
|
--- ghc-9.4.4.orig/libraries/containers/containers/include/containers.h
|
|
+++ ghc-9.4.4/libraries/containers/containers/include/containers.h
|
|
@@ -23,7 +23,6 @@
|
|
* Unboxed arrays are broken on big-endian architectures.
|
|
* See https://gitlab.haskell.org/ghc/ghc/-/issues/16998
|
|
*/
|
|
-# define USE_UNBOXED_ARRAYS 1
|
|
#endif
|
|
#endif
|
|
|