Merge pull request #55 from stackbuilders/update-bounds-exceptions

Update exceptions to 0.9.0
This commit is contained in:
Sebastián Estrella 2018-03-08 08:44:51 -05:00 committed by GitHub
commit 90943e7371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
## Inflections 0.4.0.2
* Support `exceptions` == 0.9.*
## Inflections 0.4.0.1
* Support `megaparsec` >= 6.4.0

View File

@ -1,5 +1,5 @@
name: inflections
version: 0.4.0.1
version: 0.4.0.2
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.9
, exceptions >= 0.6 && < 0.10
, megaparsec >= 6.0 && < 7.0
, text >= 0.2 && < 1.3
, unordered-containers >= 0.2.7 && < 0.3