unicode-collation 0.1.3.2 → 0.1.3.3
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +4/−0
- unicode-collation.cabal +3/−2
CHANGELOG.md view
@@ -2,6 +2,10 @@ `unicode-collation` uses [PVP Versioning](https://pvp.haskell.org). +## 0.1.3.3++ + Allow base 4.17. Closes #12.+ ## 0.1.3.2 * Allow text 2.0.
unicode-collation.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: unicode-collation-version: 0.1.3.2+version: 0.1.3.3 synopsis: Haskell implementation of the Unicode Collation Algorithm description: This library provides a pure Haskell implementation of the Unicode Collation Algorithm described at@@ -32,6 +32,7 @@ GHC == 8.10.7 GHC == 9.0.1 GHC == 9.2.2+ GHC == 9.4.2 source-repository head type: git@@ -47,7 +48,7 @@ Default: False common common-options- build-depends: base >= 4.11 && < 4.17+ build-depends: base >= 4.11 && < 4.18 ghc-options: -Wall -Wcompat