ascii 1.2.3.0 → 1.2.4.0
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~ascii-casedep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ascii-case, bytestring, text
API changes (from Hackage documentation)
Files
- ascii.cabal +5/−5
ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-version: 1.2.3.0+version: 1.2.4.0 synopsis: The ASCII character set and encoding category: Data, Text @@ -31,8 +31,8 @@ NoImplicitPrelude build-depends:- base >= 4.13 && < 4.17- , text ^>= 1.2.4+ base >= 4.14 && < 4.18+ , text ^>= 1.2.4.1 || ^>= 2.0 library import: base@@ -51,7 +51,7 @@ reexported-modules: ASCII.Group - build-depends: ascii-case == 1.0.0.*+ build-depends: ascii-case == 1.0.1.* reexported-modules: ASCII.Case @@ -87,7 +87,7 @@ build-depends: ascii- , hedgehog ^>= 1.0.1 || ^>= 1.1+ , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2 default-extensions: OverloadedStrings