diff --git a/emojis-0.1.3.tar.gz b/emojis-0.1.3.tar.gz deleted file mode 100644 index d4208879a2f2d5a3b4a400fb533e1552590c68f8..0000000000000000000000000000000000000000 Binary files a/emojis-0.1.3.tar.gz and /dev/null differ diff --git a/emojis-0.1.4.1.tar.gz b/emojis-0.1.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1e5ece964b303a32f5974548fdd9965167c1e523 Binary files /dev/null and b/emojis-0.1.4.1.tar.gz differ diff --git a/ghc-emojis.spec b/ghc-emojis.spec index 37a772935af613c93bc719f931fda15eb3c781c8..0091ea9b78f25dbc09013b91988f71c329f5cd98 100644 --- a/ghc-emojis.spec +++ b/ghc-emojis.spec @@ -3,7 +3,7 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.3 +Version: 0.1.4.1 Release: 1 Summary: Conversion between emoji characters and their names License: BSD-3-Clause @@ -89,5 +89,11 @@ This package provides the Haskell %{pkg_name} profiling library. %files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files %changelog +* Wed Nov 20 2024 zhangyuting 0.1.4.1-1 +- Update version to 0.1.4.1 +- Use foldl' instead of foldr to avoid stack overflows. +- Update emoji data. +- Export new function replaceEmojis, allowing replacement of emojis in a Text with alternate text. + * Tue Aug 22 2023 Lin Runze 0.1.3-1 - Initial packaging (Version 0.1.3)