bump version 4.1.0

This commit is contained in:
mrkkrp 2015-10-14 18:18:50 +06:00
parent b062a397ee
commit 69eabcca37

View File

@ -28,7 +28,7 @@
-- possibility of such damage.
name: megaparsec
version: 4.0.0
version: 4.1.0
cabal-version: >= 1.10
license: BSD3
license-file: LICENSE.md
@ -97,7 +97,7 @@ test-suite old-tests
, Bugs.Bug39
, Util
build-depends: base >= 4.6 && < 5
, megaparsec >= 4.0.0
, megaparsec >= 4.1.0
, HUnit >= 1.2 && < 1.4
, test-framework >= 0.6 && < 1
, test-framework-hunit >= 0.2 && < 0.4
@ -121,7 +121,7 @@ test-suite tests
, Prim
, Util
build-depends: base >= 4.6 && < 5
, megaparsec >= 4.0.0
, megaparsec >= 4.1.0
, mtl == 2.*
, transformers == 0.4.*
, QuickCheck >= 2.4 && < 3
@ -139,7 +139,7 @@ benchmark benchmarks
type: exitcode-stdio-1.0
ghc-options: -O2 -Wall -rtsopts
build-depends: base >= 4.6 && < 5
, megaparsec >= 4.0.0
, megaparsec >= 4.1.0
, criterion >= 0.6.2.1 && < 1.2
, text >= 1.2 && < 2
, bytestring >= 0.10 && < 2