diff options
author | 2022-07-30 20:22:35 -0400 | |
---|---|---|
committer | 2022-07-31 05:10:24 +0100 | |
commit | 514c661be1cc66c1429823afd945625c52603c30 (patch) | |
tree | de536d295b25509fee3a7b67236fff7f63a323f0 /dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch | |
parent | dev-haskell/sop-core: drop 0.5.0.1 (diff) | |
download | gentoo-514c661be1cc66c1429823afd945625c52603c30.tar.gz gentoo-514c661be1cc66c1429823afd945625c52603c30.tar.bz2 gentoo-514c661be1cc66c1429823afd945625c52603c30.zip |
dev-haskell/text-icu: drop 0.7.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch')
-rw-r--r-- | dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch b/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch deleted file mode 100644 index 5a29309e7c45..000000000000 --- a/dev-haskell/text-icu/files/text-icu-0.7.0.1-icu.patch +++ /dev/null @@ -1,12 +0,0 @@ -icu-68 disable TRUE/FALSE by default. ---- a/cbits/text_icu.c -+++ b/cbits/text_icu.c -@@ -305,7 +305,7 @@ int32_t __hs_u_strFoldCase(UChar *dest, int32_t destCapacity, - - int32_t __hs_u_strCompareIter(UCharIterator *iter1, UCharIterator *iter2) - { -- return u_strCompareIter(iter1, iter2, TRUE); -+ return u_strCompareIter(iter1, iter2, true); - } - - UBlockCode __hs_ublock_getCode(UChar32 c) |