mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
lib, cli, ui, web: upper bound to avoid megaparsec 7 for now
This commit is contained in:
parent
059ad9eb76
commit
03acd40668
@ -57,7 +57,7 @@ dependencies:
|
||||
- easytest
|
||||
- filepath
|
||||
- hashtables >=1.2.3.1
|
||||
- megaparsec >=6.4.1
|
||||
- megaparsec >=6.4.1 && < 7
|
||||
- mtl
|
||||
- mtl-compat
|
||||
- old-time
|
||||
|
@ -54,7 +54,7 @@ dependencies:
|
||||
- fsnotify >=0.2.1.2 && <0.4
|
||||
- microlens >=0.4
|
||||
- microlens-platform >=0.2.3.1
|
||||
- megaparsec >=6.4.1
|
||||
- megaparsec >=6.4.1 && < 7
|
||||
- pretty-show >=1.6.4
|
||||
- process >=1.2
|
||||
- safe >=0.2
|
||||
|
@ -114,7 +114,7 @@ library:
|
||||
- http-conduit
|
||||
- http-client
|
||||
- json
|
||||
- megaparsec >=6.4.1
|
||||
- megaparsec >=6.4.1 && < 7
|
||||
- mtl
|
||||
- semigroups
|
||||
- shakespeare >=2.0.2.2
|
||||
|
@ -93,7 +93,7 @@ dependencies:
|
||||
- filepath
|
||||
- haskeline >=0.6
|
||||
- here
|
||||
- megaparsec >=6.4.1
|
||||
- megaparsec >=6.4.1 && < 7
|
||||
- mtl
|
||||
- mtl-compat
|
||||
- old-time
|
||||
|
Loading…
Reference in New Issue
Block a user