diff options
Diffstat (limited to 'dev-haskell/text-icu/files')
-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) |