mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
allow megaparsec 5.3
This commit is contained in:
parent
ce55fb7809
commit
2de0109953
@ -72,7 +72,7 @@ library
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -168,7 +168,7 @@ test-suite doctests
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
@ -255,7 +255,7 @@ test-suite hunittests
|
|||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >= 1.2
|
, hashtables >= 1.2
|
||||||
, megaparsec >=5.0 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, 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 && < 5.3
|
- megaparsec >=5.0 && < 5.4
|
||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
|
@ -72,7 +72,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 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, pretty-show >=1.6.4
|
, pretty-show >=1.6.4
|
||||||
, process >= 1.2
|
, process >= 1.2
|
||||||
, safe >= 0.2
|
, safe >= 0.2
|
||||||
|
@ -63,7 +63,7 @@ executables:
|
|||||||
- 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 && < 5.3
|
- megaparsec >=5.0 && < 5.4
|
||||||
- pretty-show >=1.6.4
|
- pretty-show >=1.6.4
|
||||||
- process >= 1.2
|
- process >= 1.2
|
||||||
- safe >= 0.2
|
- safe >= 0.2
|
||||||
|
@ -159,7 +159,7 @@ library
|
|||||||
, yesod-form
|
, yesod-form
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
, megaparsec >=5.0 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, mtl
|
, mtl
|
||||||
if (flag(dev)) || (flag(library-only))
|
if (flag(dev)) || (flag(library-only))
|
||||||
cpp-options: -DDEVELOPMENT
|
cpp-options: -DDEVELOPMENT
|
||||||
|
@ -119,7 +119,7 @@ library:
|
|||||||
- Settings.Development
|
- Settings.Development
|
||||||
- Settings.StaticFiles
|
- Settings.StaticFiles
|
||||||
dependencies:
|
dependencies:
|
||||||
- megaparsec >=5.0 && < 5.3
|
- megaparsec >=5.0 && < 5.4
|
||||||
- mtl
|
- mtl
|
||||||
when:
|
when:
|
||||||
- condition: (flag(dev)) || (flag(library-only))
|
- condition: (flag(dev)) || (flag(library-only))
|
||||||
|
@ -106,7 +106,7 @@ library
|
|||||||
, mtl
|
, mtl
|
||||||
, mtl-compat
|
, mtl-compat
|
||||||
, old-time
|
, old-time
|
||||||
, megaparsec >=5.0 && < 5.3
|
, megaparsec >=5.0 && < 5.4
|
||||||
, regex-tdfa
|
, regex-tdfa
|
||||||
, safe >=0.2
|
, safe >=0.2
|
||||||
, split >=0.1 && <0.3
|
, split >=0.1 && <0.3
|
||||||
|
@ -120,7 +120,7 @@ library:
|
|||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
- megaparsec >=5.0 && < 5.3
|
- megaparsec >=5.0 && < 5.4
|
||||||
- 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