mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
allow megaparsec 5.2 #503
This commit is contained in:
parent
761d912324
commit
a30583f6a1
@ -72,7 +72,7 @@ library
|
||||
, directory
|
||||
, filepath
|
||||
, hashtables >= 1.2
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
@ -170,7 +170,7 @@ test-suite doctests
|
||||
, directory
|
||||
, filepath
|
||||
, hashtables >= 1.2
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
@ -260,7 +260,7 @@ test-suite hunittests
|
||||
, directory
|
||||
, filepath
|
||||
, hashtables >= 1.2
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
|
@ -53,7 +53,7 @@ dependencies:
|
||||
- directory
|
||||
- filepath
|
||||
- hashtables >= 1.2
|
||||
- megaparsec >=5.0 && < 5.2
|
||||
- megaparsec >=5.0 && < 5.3
|
||||
- mtl
|
||||
- mtl-compat
|
||||
- old-time
|
||||
|
@ -72,7 +72,7 @@ executable hledger-ui
|
||||
, HUnit
|
||||
, microlens >= 0.4 && < 0.5
|
||||
, microlens-platform >= 0.2.3.1 && < 0.4
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, pretty-show >=1.6.4
|
||||
, process >= 1.2
|
||||
, safe >= 0.2
|
||||
|
@ -63,7 +63,7 @@ executables:
|
||||
- HUnit
|
||||
- microlens >= 0.4 && < 0.5
|
||||
- microlens-platform >= 0.2.3.1 && < 0.4
|
||||
- megaparsec >=5.0 && < 5.2
|
||||
- megaparsec >=5.0 && < 5.3
|
||||
- pretty-show >=1.6.4
|
||||
- process >= 1.2
|
||||
- safe >= 0.2
|
||||
|
@ -159,7 +159,7 @@ library
|
||||
, yesod-form
|
||||
, yesod-static
|
||||
, json
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, mtl
|
||||
if (flag(dev)) || (flag(library-only))
|
||||
cpp-options: -DDEVELOPMENT
|
||||
|
@ -119,7 +119,7 @@ library:
|
||||
- Settings.Development
|
||||
- Settings.StaticFiles
|
||||
dependencies:
|
||||
- megaparsec >=5.0 && < 5.2
|
||||
- megaparsec >=5.0 && < 5.3
|
||||
- mtl
|
||||
when:
|
||||
- condition: (flag(dev)) || (flag(library-only))
|
||||
|
@ -104,7 +104,7 @@ library
|
||||
, mtl
|
||||
, mtl-compat
|
||||
, old-time
|
||||
, megaparsec >=5.0 && < 5.2
|
||||
, megaparsec >=5.0 && < 5.3
|
||||
, regex-tdfa
|
||||
, safe >=0.2
|
||||
, split >=0.1 && <0.3
|
||||
|
@ -117,7 +117,7 @@ library:
|
||||
- mtl
|
||||
- mtl-compat
|
||||
- old-time
|
||||
- megaparsec >=5.0 && < 5.2
|
||||
- megaparsec >=5.0 && < 5.3
|
||||
- regex-tdfa
|
||||
- safe >=0.2
|
||||
- split >=0.1 && <0.3
|
||||
|
Loading…
Reference in New Issue
Block a user