packages feed

ascii-case 1.0.0.11 → 1.0.1.0

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ ASCII.Case: opposite :: Case -> Case

Files

ascii-case.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: ascii-case-version: 1.0.0.11+version: 1.0.1.0 synopsis: ASCII letter case category: Data, Text @@ -33,7 +33,7 @@      build-depends:         ascii-char ^>= 1.0-      , base >= 4.13 && < 4.17+      , base >= 4.14 && < 4.18  library     import: base
library/ASCII/Case.hs view
@@ -4,7 +4,7 @@  -} -module ASCII.Case ( Case (..), letterCase, isCase, toCase ) where+module ASCII.Case ( Case (..), letterCase, isCase, toCase, opposite ) where  import ASCII.Char (Char (..)) import Data.Bool (Bool, otherwise)