2023-03-30 08:26:17 +00:00
|
|
|
Index: ghc-9.4.4/libraries/containers/containers/include/containers.h
|
2018-10-18 09:46:41 +00:00
|
|
|
===================================================================
|
2023-03-30 08:26:17 +00:00
|
|
|
--- 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
|
|
|
|
*/
|
2018-10-18 09:46:41 +00:00
|
|
|
-# define USE_UNBOXED_ARRAYS 1
|
|
|
|
#endif
|
|
|
|
#endif
|
2023-03-30 08:26:17 +00:00
|
|
|
|