lib,cli,ui,web: allow megaparsec 6.2

Forgot to commit this last time.

[ci skip]
This commit is contained in:
Simon Michael 2017-10-01 09:49:51 -10:00
parent d2573513da
commit 302723b1be
8 changed files with 12 additions and 12 deletions

View File

@ -67,7 +67,7 @@ library
, directory
, filepath
, hashtables >= 1.2
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, mtl-compat
, old-time
@ -155,7 +155,7 @@ test-suite doctests
, directory
, filepath
, hashtables >= 1.2
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, mtl-compat
, old-time
@ -243,7 +243,7 @@ test-suite hunittests
, directory
, filepath
, hashtables >= 1.2
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, mtl-compat
, old-time

View File

@ -54,7 +54,7 @@ dependencies:
- directory
- filepath
- hashtables >= 1.2
- megaparsec >=5.0 && < 6.2
- megaparsec >=5.0 && < 6.3
- mtl
- mtl-compat
- old-time

View File

@ -67,7 +67,7 @@ executable hledger-ui
, HUnit
, microlens >= 0.4 && < 0.5
, microlens-platform >= 0.2.3.1 && < 0.4
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, pretty-show >=1.6.4
, process >= 1.2
, safe >= 0.2

View File

@ -55,7 +55,7 @@ dependencies:
- HUnit
- microlens >= 0.4 && < 0.5
- microlens-platform >= 0.2.3.1 && < 0.4
- megaparsec >=5.0 && < 6.2
- megaparsec >=5.0 && < 6.3
- pretty-show >=1.6.4
- process >= 1.2
- safe >= 0.2

View File

@ -155,7 +155,7 @@ library
, yesod-form
, yesod-static
, json
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, parsec >=3
if (flag(dev)) || (flag(library-only))
@ -223,7 +223,7 @@ executable hledger-web
, yesod-form
, yesod-static
, json
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, parsec >=3
, hledger-web
@ -278,7 +278,7 @@ test-suite test
, yesod-form
, yesod-static
, json
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, mtl
, parsec >=3
, hledger-web

View File

@ -95,7 +95,7 @@ dependencies:
- yesod-form
- yesod-static
- json
- megaparsec >=5.0 && < 6.2
- megaparsec >=5.0 && < 6.3
- mtl
- parsec >=3

View File

@ -105,7 +105,7 @@ library
, mtl
, mtl-compat
, old-time
, megaparsec >=5.0 && < 6.2
, megaparsec >=5.0 && < 6.3
, regex-tdfa
, safe >=0.2
, split >=0.1 && <0.3

View File

@ -141,7 +141,7 @@ library:
- mtl
- mtl-compat
- old-time
- megaparsec >=5.0 && < 6.2
- megaparsec >=5.0 && < 6.3
- regex-tdfa
- safe >=0.2
- split >=0.1 && <0.3