ascii-numbers 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~basedep ~bytestringdep ~hedgehogPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, bytestring, hedgehog, text
API changes (from Hackage documentation)
- ASCII.Decimal: instance ASCII.Decimal.DigitStringSuperset Data.ByteString.Internal.ByteString
- ASCII.Hexadecimal: instance ASCII.Hexadecimal.HexStringSuperset Data.ByteString.Internal.ByteString
+ ASCII.Decimal: instance ASCII.Decimal.DigitStringSuperset Data.ByteString.Internal.Type.ByteString
+ ASCII.Hexadecimal: instance ASCII.Hexadecimal.HexStringSuperset Data.ByteString.Internal.Type.ByteString
Files
- ascii-numbers.cabal +5/−5
- changelog.md +4/−0
ascii-numbers.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-numbers-version: 1.2.0.1+version: 1.2.0.2 synopsis: ASCII representations of numbers category: Data, Numeric, Text @@ -43,10 +43,10 @@ , ascii-case ^>= 1.0 , ascii-char ^>= 1.0 , ascii-superset ^>= 1.3- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18- , bytestring ^>= 0.10.12 || ^>= 0.11+ , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19+ , bytestring ^>= 0.10.12 || ^>= 0.11 || ^>= 0.12 , hashable ^>= 1.4- , text ^>= 1.2.5 || ^>= 2.0+ , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1 library import: base@@ -68,7 +68,7 @@ build-depends: , ascii-numbers- , hedgehog ^>= 1.1.2 || ^>= 1.2+ , hedgehog ^>= 1.1.2 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4 , invert ^>= 1.0 default-extensions:
changelog.md view
@@ -1,3 +1,7 @@+### 1.2.0.2 (2025-01-20)++Version bumps+ ### 1.2.0.1 (2023-06-26) Raise language to GHC2021