ascii-group 1.0.0.12 → 1.0.0.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~hashabledep ~hedgehogPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, hashable, hedgehog
API changes (from Hackage documentation)
Files
- ascii-group.cabal +4/−4
ascii-group.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-group-version: 1.0.0.12+version: 1.0.0.13 synopsis: ASCII character groups category: Data, Text @@ -34,7 +34,7 @@ build-depends: ascii-char ^>= 1.0- , base >= 4.11 && < 4.17+ , base >= 4.13 && < 4.17 library import: base@@ -48,7 +48,7 @@ StandaloneDeriving build-depends:- hashable >= 1.2 && < 1.5+ hashable >= 1.3 && < 1.5 exposed-modules: ASCII.Group@@ -61,7 +61,7 @@ build-depends: ascii-group- , hedgehog ^>= 1.0 || ^>= 1.1+ , hedgehog ^>= 1.0.1 || ^>= 1.1 || ^>= 1.2 default-extensions: OverloadedStrings