From a6a7b5cf10e7d9e1249adcc827852509d53ec6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= Date: Fri, 11 May 2018 17:06:46 -0500 Subject: [PATCH] Support exceptions 0.10.* (#57) --- CHANGELOG.md | 3 +++ inflections.cabal | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06443c3..45c54b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Inflections 0.4.0.3 +* Support `exceptions` == 0.10.* + ## Inflections 0.4.0.2 * Support `exceptions` == 0.9.* diff --git a/inflections.cabal b/inflections.cabal index cb58cf5..5b2b59e 100644 --- a/inflections.cabal +++ b/inflections.cabal @@ -1,5 +1,5 @@ name: inflections -version: 0.4.0.2 +version: 0.4.0.3 synopsis: Inflections library for Haskell description: Inflections provides methods for singularization, pluralization, @@ -48,7 +48,7 @@ library else ghc-options: -O2 -Wall build-depends: base >= 4.6 && < 5.0 - , exceptions >= 0.6 && < 0.10 + , exceptions >= 0.6 && < 0.11 , megaparsec >= 6.0 && < 7.0 , text >= 0.2 && < 1.3 , unordered-containers >= 0.2.7 && < 0.3