packages feed

ascii 1.1.1.0 → 1.1.1.2

raw patch · 2 files changed

+4/−2 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: ascii-version: 1.1.1.0+version: 1.1.1.2 synopsis: The ASCII character set and encoding category: Data, Text @@ -30,7 +30,7 @@     ghc-options: -Wall     hs-source-dirs: library -    build-depends: base       >= 4.11 && < 4.16+    build-depends: base       >= 4.11 && < 4.17     build-depends: bytestring ^>= 0.10 || ^>= 0.11     build-depends: text       ^>= 1.2.3 
changelog.txt view
@@ -43,3 +43,5 @@         - isSpace         - isPunctuation         - isSymbol++1.1.1.2 - 2022-01-09 - Support GHC 9.2