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