charset 0.3.2.1 → 0.3.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~semigroupsPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: semigroups
API changes (from Hackage documentation)
- Data.CharSet.Common: control, asciiLower, asciiUpper, latin1, ascii, separator, symbol, punctuation, number, mark, letter, octDigit, digit, print, alphaNum, alpha, upper, lower, space :: CharSet
- Data.CharSet.Posix.Ascii: alnum, xdigit, lower, upper, space, punct, word, print, graph, digit, cntrl, blank, ascii, alpha :: CharSet
- Data.CharSet.Posix.Unicode: alnum, xdigit, lower, upper, space, punct, word, print, graph, digit, cntrl, blank, ascii, alpha :: CharSet
- Data.CharSet.Unicode: control, other, notAssigned, surrogate, privateUse, format :: CharSet
- Data.CharSet.Unicode: dashPunctuation, punctuation, otherPunctuation, connectorPunctuation, finalQuote, initialQuote, closePunctuation, openPunctuation :: CharSet
- Data.CharSet.Unicode: decimalNumber, number, otherNumber, letterNumber :: CharSet
- Data.CharSet.Unicode: lowercaseLetter, letter, otherLetter, modifierLetter, letterAnd, titlecaseLetter, uppercaseLetter :: CharSet
- Data.CharSet.Unicode: mathSymbol, symbol, otherSymbol, modifierSymbol, currencySymbol :: CharSet
- Data.CharSet.Unicode: nonSpacingMark, mark, enclosingMark, spacingCombiningMark :: CharSet
- Data.CharSet.Unicode: space, separator, paragraphSeparator, lineSeparator :: CharSet
- Data.CharSet.Unicode.Category: control, other, notAssigned, surrogate, privateUse, format :: CharSet
- Data.CharSet.Unicode.Category: dashPunctuation, punctuation, otherPunctuation, connectorPunctuation, finalQuote, initialQuote, closePunctuation, openPunctuation :: CharSet
- Data.CharSet.Unicode.Category: decimalNumber, number, otherNumber, letterNumber :: CharSet
- Data.CharSet.Unicode.Category: lowercaseLetter, letter, otherLetter, modifierLetter, letterAnd, titlecaseLetter, uppercaseLetter :: CharSet
- Data.CharSet.Unicode.Category: mathSymbol, symbol, otherSymbol, modifierSymbol, currencySymbol :: CharSet
- Data.CharSet.Unicode.Category: nonSpacingMark, mark, enclosingMark, spacingCombiningMark :: CharSet
- Data.CharSet.Unicode.Category: space, separator, paragraphSeparator, lineSeparator :: CharSet
+ Data.CharSet.Common: alpha :: CharSet
+ Data.CharSet.Common: alphaNum :: CharSet
+ Data.CharSet.Common: ascii :: CharSet
+ Data.CharSet.Common: asciiLower :: CharSet
+ Data.CharSet.Common: asciiUpper :: CharSet
+ Data.CharSet.Common: control :: CharSet
+ Data.CharSet.Common: digit :: CharSet
+ Data.CharSet.Common: latin1 :: CharSet
+ Data.CharSet.Common: letter :: CharSet
+ Data.CharSet.Common: lower :: CharSet
+ Data.CharSet.Common: mark :: CharSet
+ Data.CharSet.Common: number :: CharSet
+ Data.CharSet.Common: octDigit :: CharSet
+ Data.CharSet.Common: print :: CharSet
+ Data.CharSet.Common: punctuation :: CharSet
+ Data.CharSet.Common: separator :: CharSet
+ Data.CharSet.Common: space :: CharSet
+ Data.CharSet.Common: symbol :: CharSet
+ Data.CharSet.Common: upper :: CharSet
+ Data.CharSet.Posix.Ascii: alnum :: CharSet
+ Data.CharSet.Posix.Ascii: alpha :: CharSet
+ Data.CharSet.Posix.Ascii: ascii :: CharSet
+ Data.CharSet.Posix.Ascii: blank :: CharSet
+ Data.CharSet.Posix.Ascii: cntrl :: CharSet
+ Data.CharSet.Posix.Ascii: digit :: CharSet
+ Data.CharSet.Posix.Ascii: graph :: CharSet
+ Data.CharSet.Posix.Ascii: lower :: CharSet
+ Data.CharSet.Posix.Ascii: print :: CharSet
+ Data.CharSet.Posix.Ascii: punct :: CharSet
+ Data.CharSet.Posix.Ascii: space :: CharSet
+ Data.CharSet.Posix.Ascii: upper :: CharSet
+ Data.CharSet.Posix.Ascii: word :: CharSet
+ Data.CharSet.Posix.Ascii: xdigit :: CharSet
+ Data.CharSet.Posix.Unicode: alnum :: CharSet
+ Data.CharSet.Posix.Unicode: alpha :: CharSet
+ Data.CharSet.Posix.Unicode: ascii :: CharSet
+ Data.CharSet.Posix.Unicode: blank :: CharSet
+ Data.CharSet.Posix.Unicode: cntrl :: CharSet
+ Data.CharSet.Posix.Unicode: digit :: CharSet
+ Data.CharSet.Posix.Unicode: graph :: CharSet
+ Data.CharSet.Posix.Unicode: lower :: CharSet
+ Data.CharSet.Posix.Unicode: print :: CharSet
+ Data.CharSet.Posix.Unicode: punct :: CharSet
+ Data.CharSet.Posix.Unicode: space :: CharSet
+ Data.CharSet.Posix.Unicode: upper :: CharSet
+ Data.CharSet.Posix.Unicode: word :: CharSet
+ Data.CharSet.Posix.Unicode: xdigit :: CharSet
+ Data.CharSet.Unicode: closePunctuation :: CharSet
+ Data.CharSet.Unicode: connectorPunctuation :: CharSet
+ Data.CharSet.Unicode: control :: CharSet
+ Data.CharSet.Unicode: currencySymbol :: CharSet
+ Data.CharSet.Unicode: dashPunctuation :: CharSet
+ Data.CharSet.Unicode: decimalNumber :: CharSet
+ Data.CharSet.Unicode: enclosingMark :: CharSet
+ Data.CharSet.Unicode: finalQuote :: CharSet
+ Data.CharSet.Unicode: format :: CharSet
+ Data.CharSet.Unicode: initialQuote :: CharSet
+ Data.CharSet.Unicode: letter :: CharSet
+ Data.CharSet.Unicode: letterAnd :: CharSet
+ Data.CharSet.Unicode: letterNumber :: CharSet
+ Data.CharSet.Unicode: lineSeparator :: CharSet
+ Data.CharSet.Unicode: lowercaseLetter :: CharSet
+ Data.CharSet.Unicode: mark :: CharSet
+ Data.CharSet.Unicode: mathSymbol :: CharSet
+ Data.CharSet.Unicode: modifierLetter :: CharSet
+ Data.CharSet.Unicode: modifierSymbol :: CharSet
+ Data.CharSet.Unicode: nonSpacingMark :: CharSet
+ Data.CharSet.Unicode: notAssigned :: CharSet
+ Data.CharSet.Unicode: number :: CharSet
+ Data.CharSet.Unicode: openPunctuation :: CharSet
+ Data.CharSet.Unicode: other :: CharSet
+ Data.CharSet.Unicode: otherLetter :: CharSet
+ Data.CharSet.Unicode: otherNumber :: CharSet
+ Data.CharSet.Unicode: otherPunctuation :: CharSet
+ Data.CharSet.Unicode: otherSymbol :: CharSet
+ Data.CharSet.Unicode: paragraphSeparator :: CharSet
+ Data.CharSet.Unicode: privateUse :: CharSet
+ Data.CharSet.Unicode: punctuation :: CharSet
+ Data.CharSet.Unicode: separator :: CharSet
+ Data.CharSet.Unicode: space :: CharSet
+ Data.CharSet.Unicode: spacingCombiningMark :: CharSet
+ Data.CharSet.Unicode: surrogate :: CharSet
+ Data.CharSet.Unicode: symbol :: CharSet
+ Data.CharSet.Unicode: titlecaseLetter :: CharSet
+ Data.CharSet.Unicode: uppercaseLetter :: CharSet
+ Data.CharSet.Unicode.Category: closePunctuation :: CharSet
+ Data.CharSet.Unicode.Category: connectorPunctuation :: CharSet
+ Data.CharSet.Unicode.Category: control :: CharSet
+ Data.CharSet.Unicode.Category: currencySymbol :: CharSet
+ Data.CharSet.Unicode.Category: dashPunctuation :: CharSet
+ Data.CharSet.Unicode.Category: decimalNumber :: CharSet
+ Data.CharSet.Unicode.Category: enclosingMark :: CharSet
+ Data.CharSet.Unicode.Category: finalQuote :: CharSet
+ Data.CharSet.Unicode.Category: format :: CharSet
+ Data.CharSet.Unicode.Category: initialQuote :: CharSet
+ Data.CharSet.Unicode.Category: letter :: CharSet
+ Data.CharSet.Unicode.Category: letterAnd :: CharSet
+ Data.CharSet.Unicode.Category: letterNumber :: CharSet
+ Data.CharSet.Unicode.Category: lineSeparator :: CharSet
+ Data.CharSet.Unicode.Category: lowercaseLetter :: CharSet
+ Data.CharSet.Unicode.Category: mark :: CharSet
+ Data.CharSet.Unicode.Category: mathSymbol :: CharSet
+ Data.CharSet.Unicode.Category: modifierLetter :: CharSet
+ Data.CharSet.Unicode.Category: modifierSymbol :: CharSet
+ Data.CharSet.Unicode.Category: nonSpacingMark :: CharSet
+ Data.CharSet.Unicode.Category: notAssigned :: CharSet
+ Data.CharSet.Unicode.Category: number :: CharSet
+ Data.CharSet.Unicode.Category: openPunctuation :: CharSet
+ Data.CharSet.Unicode.Category: other :: CharSet
+ Data.CharSet.Unicode.Category: otherLetter :: CharSet
+ Data.CharSet.Unicode.Category: otherNumber :: CharSet
+ Data.CharSet.Unicode.Category: otherPunctuation :: CharSet
+ Data.CharSet.Unicode.Category: otherSymbol :: CharSet
+ Data.CharSet.Unicode.Category: paragraphSeparator :: CharSet
+ Data.CharSet.Unicode.Category: privateUse :: CharSet
+ Data.CharSet.Unicode.Category: punctuation :: CharSet
+ Data.CharSet.Unicode.Category: separator :: CharSet
+ Data.CharSet.Unicode.Category: space :: CharSet
+ Data.CharSet.Unicode.Category: spacingCombiningMark :: CharSet
+ Data.CharSet.Unicode.Category: surrogate :: CharSet
+ Data.CharSet.Unicode.Category: symbol :: CharSet
+ Data.CharSet.Unicode.Category: titlecaseLetter :: CharSet
+ Data.CharSet.Unicode.Category: uppercaseLetter :: CharSet
Files
- charset.cabal +2/−2
charset.cabal view
@@ -1,5 +1,5 @@ name: charset-version: 0.3.2.1+version: 0.3.3 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010-2012@@ -32,7 +32,7 @@ array >= 0.2 && < 0.5, bytestring >= 0.9 && < 0.11, containers >= 0.2 && < 0.6,- semigroups >= 0.8.3.1 && < 0.9,+ semigroups >= 0.8.3.1, unordered-containers >= 0.1.4.6 && < 0.3 exposed-modules: