about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch')
-rw-r--r--pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch b/pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch
deleted file mode 100644
index 644ab295191f..000000000000
--- a/pkgs/development/compilers/ghc/9.4.6-bytestring-posix-source.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Make sure that the appropriate feature flags are set when
-Rts.h is included, so that clockid_t is defined.
-
-diff --git a/cbits/is-valid-utf8.c b/cbits/is-valid-utf8.c
-index 01b3b41..c69596a 100644
---- a/libraries/bytestring/cbits/is-valid-utf8.c
-+++ b/libraries/bytestring/cbits/is-valid-utf8.c
-@@ -29,6 +29,7 @@ SUCH DAMAGE.
- */
- #pragma GCC push_options
- #pragma GCC optimize("-O2")
-+#include "rts/PosixSource.h"
- #include <stdbool.h>
- #include <stddef.h>
- #include <stdint.h>