ascii-case 1.0.0.2 → 1.0.0.4
raw patch · 4 files changed
+8/−5 lines, 4 filesdep ~ascii-chardep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ascii-char, base
API changes (from Hackage documentation)
Files
- ASCII/Case.hs +1/−0
- ascii-case.cabal +5/−4
- changelog.txt +1/−0
- license.txt +1/−1
ASCII/Case.hs view
@@ -105,6 +105,7 @@ changeCaseInt LowerCase i = i + 32 changeCaseInt UpperCase i = i - 32 +opposite :: Case -> Case opposite UpperCase = LowerCase opposite LowerCase = UpperCase
ascii-case.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: ascii-case-version: 1.0.0.2+version: 1.0.0.4 synopsis: ASCII letter case category: Data, Text @@ -18,7 +18,7 @@ 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 @@ -36,8 +36,9 @@ default-extensions: DeriveGeneric ghc-options: -Wall - build-depends: ascii-char >= 1.0 && < 1.1- build-depends: base >= 4.11 && < 4.15+ build-depends: ascii-char ^>= 1.0++ build-depends: base >= 4.11 && < 4.16 build-depends: hashable >= 1.2 && < 1.4 exposed-modules: ASCII.Case
changelog.txt view
@@ -1,2 +1,3 @@ 1.0.0.0 - 2020-05-05 - Initial release 1.0.0.2 - 2020-05-18 - Support GHC 8.10+1.0.0.4 - 2021-02-10 - Support GHC 9.0
license.txt view
@@ -1,4 +1,4 @@-Copyright 2020 Typeclass Consulting LLC+Copyright 2021 Mission Valley Software LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.