packages feed

ascii-case 1.0.0.0 → 1.0.0.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ascii-case.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: ascii-case-version: 1.0.0.0+version: 1.0.0.2 synopsis: ASCII letter case category: Data, Text @@ -18,8 +18,10 @@  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     location: git://github.com/typeclasses/ascii.git@@ -35,7 +37,7 @@     ghc-options: -Wall      build-depends: ascii-char >= 1.0  && < 1.1-    build-depends: base       >= 4.11 && < 4.14+    build-depends: base       >= 4.11 && < 4.15     build-depends: hashable   >= 1.2  && < 1.4      exposed-modules: ASCII.Case
+ changelog.txt view
@@ -0,0 +1,2 @@+1.0.0.0 - 2020-05-05 - Initial release+1.0.0.2 - 2020-05-18 - Support GHC 8.10