unicode-collation 0.1.3.1 → 0.1.3.2
raw patch · 2 files changed
+10/−7 lines, 2 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
- unicode-collation.cabal +6/−7
CHANGELOG.md view
@@ -2,6 +2,10 @@ `unicode-collation` uses [PVP Versioning](https://pvp.haskell.org). +## 0.1.3.2++ * Allow text 2.0.+ ## 0.1.3.1 * Allow base 4.16 (so the library can compile with ghc 9.2).
unicode-collation.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: unicode-collation-version: 0.1.3.1+version: 0.1.3.2 synopsis: Haskell implementation of the Unicode Collation Algorithm description: This library provides a pure Haskell implementation of the Unicode Collation Algorithm described at@@ -26,13 +26,12 @@ data/tailorings/*.txt data/cjk/*.txt test/uca-collation-test/*.txt-tested-with: GHC == 8.0.2- GHC == 8.2.2- GHC == 8.4.4+tested-with: GHC == 8.4.4 GHC == 8.6.5 GHC == 8.8.3- GHC == 8.10.3+ GHC == 8.10.7 GHC == 9.0.1+ GHC == 9.2.2 source-repository head type: git@@ -48,7 +47,7 @@ Default: False common common-options- build-depends: base >= 4.9 && < 4.17+ build-depends: base >= 4.11 && < 4.17 ghc-options: -Wall -Wcompat@@ -84,7 +83,7 @@ , th-lift-instances , containers , binary- , text >= 1.2 && < 1.3+ , text >= 1.2 && < 2.1 , parsec other-extensions: TemplateHaskell