From 7f9e3d7e8038b56b08908a3628f86c4634c9c3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Guerra=20Land=C3=A1zuri?= Date: Mon, 25 Nov 2019 11:25:26 -0500 Subject: [PATCH] [#61] Change megaparsec version (#62) * Change boundaries for megaparsec * Update Changelog * Semantic Versioning Update --- CHANGELOG.md | 3 +++ inflections.cabal | 4 ++-- stack.yaml | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab343af..26de808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/inflections.cabal b/inflections.cabal index d1ed79e..c3aabf8 100644 --- a/inflections.cabal +++ b/inflections.cabal @@ -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 @@ library 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) diff --git a/stack.yaml b/stack.yaml index 8a755ee..795fa43 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ resolver: lts-12.10 extra-deps: - - hspec-megaparsec-2.0.0 + - hspec-megaparsec-2.1.0 - hspec-expectations-0.8.2 - hspec-2.5.6 - hspec-core-2.5.6 @@ -11,4 +11,4 @@ extra-deps: - HUnit-1.6.0.0 - QuickCheck-2.12.2 - quickcheck-io-0.2.0 - - megaparsec-7.0.1 + - megaparsec-8.0.0