packages feed

inflections 0.4.0.4 → 0.4.0.5

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~megaparsecnew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: megaparsec

API changes (from Hackage documentation)

- Text.Inflections: InflectionParsingFailed :: (ParseErrorBundle Text Void) -> InflectionException
+ Text.Inflections: InflectionParsingFailed :: ParseErrorBundle Text Void -> InflectionException

Files

CHANGELOG.md view
@@ -1,3 +1,6 @@+## Inflections 0.4.0.5+* Support `megaparsec` == 8.0+ ## Inflections 0.4.0.3 * Support `megaparsec` == 7.0*. * **Drop support** for `GHC 7.8.4`.
inflections.cabal view
@@ -1,5 +1,5 @@ name:                inflections-version:             0.4.0.4+version:             0.4.0.5 synopsis:            Inflections library for Haskell description:   Inflections provides methods for singularization, pluralization,@@ -49,7 +49,7 @@     ghc-options:      -O2 -Wall   build-depends:       base         >= 4.6   && < 5.0                      , exceptions   >= 0.6   && < 0.11-                     , megaparsec   >= 7.0.1 && < 8.0+                     , megaparsec   >= 7.0.1 && < 9.0                      , text         >= 0.2   && < 1.3                      , unordered-containers >= 0.2.7 && < 0.3   if !impl(ghc >= 7.10)