data-ascii 1.0.0.0 → 1.0.0.2
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 +1/−0
- data-ascii.cabal +3/−2
+ changelog.txt view
@@ -0,0 +1,1 @@+1.0.0.2 - 2020-05-18 - Support GHC 8.10
data-ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 Name: data-ascii-Version: 1.0.0.0+Version: 1.0.0.2 Synopsis: Type-safe, bytestring-based ASCII values Description: Type-safe, bytestring-based ASCII values. License: BSD3@@ -13,7 +13,8 @@ Homepage: https://github.com/typeclasses/ascii Bug-Reports: https://github.com/typeclasses/ascii/issues Build-type: Simple-Tested-with: GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3+Tested-with: GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3+Extra-source-files: changelog.txt Source-Repository head Type: git