[#61] Change megaparsec version (#62)

* Change boundaries for megaparsec

* Update Changelog

* Semantic Versioning Update
This commit is contained in:
Jorge Guerra Landázuri 2019-11-25 11:25:26 -05:00 committed by GitHub
parent b77803e17d
commit 7f9e3d7e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,6 @@
## Inflections 0.4.0.5
* Support `megaparsec` == 8.0
## Inflections 0.4.0.3 ## Inflections 0.4.0.3
* Support `megaparsec` == 7.0*. * Support `megaparsec` == 7.0*.
* **Drop support** for `GHC 7.8.4`. * **Drop support** for `GHC 7.8.4`.

View File

@ -1,5 +1,5 @@
name: inflections name: inflections
version: 0.4.0.4 version: 0.4.0.5
synopsis: Inflections library for Haskell synopsis: Inflections library for Haskell
description: description:
Inflections provides methods for singularization, pluralization, Inflections provides methods for singularization, pluralization,
@ -49,7 +49,7 @@ library
ghc-options: -O2 -Wall ghc-options: -O2 -Wall
build-depends: base >= 4.6 && < 5.0 build-depends: base >= 4.6 && < 5.0
, exceptions >= 0.6 && < 0.11 , exceptions >= 0.6 && < 0.11
, megaparsec >= 7.0.1 && < 8.0 , megaparsec >= 7.0.1 && < 9.0
, text >= 0.2 && < 1.3 , text >= 0.2 && < 1.3
, unordered-containers >= 0.2.7 && < 0.3 , unordered-containers >= 0.2.7 && < 0.3
if !impl(ghc >= 7.10) if !impl(ghc >= 7.10)

View File

@ -2,7 +2,7 @@
resolver: lts-12.10 resolver: lts-12.10
extra-deps: extra-deps:
- hspec-megaparsec-2.0.0 - hspec-megaparsec-2.1.0
- hspec-expectations-0.8.2 - hspec-expectations-0.8.2
- hspec-2.5.6 - hspec-2.5.6
- hspec-core-2.5.6 - hspec-core-2.5.6
@ -11,4 +11,4 @@ extra-deps:
- HUnit-1.6.0.0 - HUnit-1.6.0.0
- QuickCheck-2.12.2 - QuickCheck-2.12.2
- quickcheck-io-0.2.0 - quickcheck-io-0.2.0
- megaparsec-7.0.1 - megaparsec-8.0.0