packages feed

data-ascii 1.0.0.4 → 1.0.0.6

raw patch · 2 files changed

+4/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.txt view
@@ -1,3 +1,5 @@ 1.0.0.2 - 2020-05-18 - Support GHC 8.10  1.0.0.4 - 2021-02-09 - Support bytestring-0.11++1.0.0.6 - 2021-02-10 - Support GHC 9.0
data-ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  Name:                data-ascii-Version:             1.0.0.4+Version:             1.0.0.6 Synopsis:            Type-safe, bytestring-based ASCII values Description:         Type-safe, bytestring-based ASCII values. License:             BSD3@@ -13,7 +13,7 @@ Homepage:            https://github.com/typeclasses/ascii Bug-Reports:         https://github.com/typeclasses/ascii/issues Build-type:          Simple-Tested-with:         GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3+Tested-with:         GHC == 9.0.1, GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3 Extra-source-files:  changelog.txt  Source-Repository head