mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
lib,cli,ui,web: allow megaparsec 6.2
Forgot to commit this last time. [ci skip]
This commit is contained in:
parent
d2573513da
commit
302723b1be
@ -67,7 +67,7 @@ library
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -155,7 +155,7 @@ test-suite doctests
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -243,7 +243,7 @@ test-suite hunittests
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
|
@ -54,7 +54,7 @@ dependencies:
|
|||||||
- directory
|
- directory
|
||||||
- filepath
|
- filepath
|
||||||
- hashtables >= 1.2
|
- hashtables >= 1.2
|
||||||
- megaparsec >=5.0 && < 6.2
|
- megaparsec >=5.0 && < 6.3
|
||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
|
@ -67,7 +67,7 @@ executable hledger-ui
|
|||||||
, HUnit
|
, HUnit
|
||||||
, microlens >= 0.4 && < 0.5
|
, microlens >= 0.4 && < 0.5
|
||||||
, microlens-platform >= 0.2.3.1 && < 0.4
|
, microlens-platform >= 0.2.3.1 && < 0.4
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, pretty-show >=1.6.4
|
, pretty-show >=1.6.4
|
||||||
, process >= 1.2
|
, process >= 1.2
|
||||||
, safe >= 0.2
|
, safe >= 0.2
|
||||||
|
@ -55,7 +55,7 @@ dependencies:
|
|||||||
- HUnit
|
- HUnit
|
||||||
- microlens >= 0.4 && < 0.5
|
- microlens >= 0.4 && < 0.5
|
||||||
- microlens-platform >= 0.2.3.1 && < 0.4
|
- microlens-platform >= 0.2.3.1 && < 0.4
|
||||||
- megaparsec >=5.0 && < 6.2
|
- megaparsec >=5.0 && < 6.3
|
||||||
- pretty-show >=1.6.4
|
- pretty-show >=1.6.4
|
||||||
- process >= 1.2
|
- process >= 1.2
|
||||||
- safe >= 0.2
|
- safe >= 0.2
|
||||||
|
@ -155,7 +155,7 @@ library
|
|||||||
, yesod-form
|
, yesod-form
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, parsec >=3
|
, parsec >=3
|
||||||
if (flag(dev)) || (flag(library-only))
|
if (flag(dev)) || (flag(library-only))
|
||||||
@ -223,7 +223,7 @@ executable hledger-web
|
|||||||
, yesod-form
|
, yesod-form
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, parsec >=3
|
, parsec >=3
|
||||||
, hledger-web
|
, hledger-web
|
||||||
@ -278,7 +278,7 @@ test-suite test
|
|||||||
, yesod-form
|
, yesod-form
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, mtl
|
, mtl
|
||||||
, parsec >=3
|
, parsec >=3
|
||||||
, hledger-web
|
, hledger-web
|
||||||
|
@ -95,7 +95,7 @@ dependencies:
|
|||||||
- yesod-form
|
- yesod-form
|
||||||
- yesod-static
|
- yesod-static
|
||||||
- json
|
- json
|
||||||
- megaparsec >=5.0 && < 6.2
|
- megaparsec >=5.0 && < 6.3
|
||||||
- mtl
|
- mtl
|
||||||
- parsec >=3
|
- parsec >=3
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ library
|
|||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
, megaparsec >=5.0 && < 6.2
|
, megaparsec >=5.0 && < 6.3
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, split >=0.1 && <0.3
|
, split >=0.1 && <0.3
|
||||||
|
@ -141,7 +141,7 @@ library:
|
|||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
- megaparsec >=5.0 && < 6.2
|
- megaparsec >=5.0 && < 6.3
|
||||||
- regex-tdfa
|
- regex-tdfa
|
||||||
- safe >=0.2
|
- safe >=0.2
|
||||||
- split >=0.1 && <0.3
|
- split >=0.1 && <0.3
|
||||||
|
Loading…
Reference in New Issue
Block a user