hs-openmoji-data 13.0.0 → 14.0.0
raw patch · 5 files changed
+9/−5 lines, 5 filesdep ~basedep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, text
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.lhs +1/−1
- README.md +1/−1
- hs-openmoji-data.cabal +3/−3
- src/Text/Emoji/OpenMoji/Data.hs too large to diff
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for hs-openmoji +## 14.0.0++* Generated OpenMoji data from [OpenMoji v14.0](https://github.com/hfg-gmuend/openmoji/releases/tag/14.0.0)+ ## 13.0.0 * Generated OpenMoji data from [OpenMoji v13.0](https://github.com/hfg-gmuend/openmoji/releases/tag/13.0.0)
README.lhs view
@@ -86,7 +86,7 @@ ``` -This program should will something like the following:+This program will do something like the following: ``` Results for 'bricks':
README.md view
@@ -86,7 +86,7 @@ ``` -This program should will something like the following:+This program will do something like the following: ``` Results for 'bricks':
hs-openmoji-data.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hs-openmoji-data-version: 13.0.0+version: 14.0.0 synopsis: The OpenMoji emoji dataset description: This library simply exposes the OpenMoji emoji dataset as some data in Haskell@@ -23,8 +23,8 @@ Text.Emoji.OpenMoji.Types build-depends:- base >=4.12 && <4.15- , text >=1.2 && <1.3+ base >=4.12 && <4.19+ , text >=1.2 && <2.1 hs-source-dirs: src default-language: Haskell2010
src/Text/Emoji/OpenMoji/Data.hs view
file too large to diff