mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
pkg: allow megaparsec 9.6*
This commit is contained in:
parent
eeb45ec6ef
commit
a3290bfaeb
@ -61,7 +61,7 @@ dependencies:
|
|||||||
- file-embed >=0.0.10
|
- file-embed >=0.0.10
|
||||||
- filepath
|
- filepath
|
||||||
- hashtables >=1.2.3.1
|
- hashtables >=1.2.3.1
|
||||||
- megaparsec >=7.0.0 && <9.6
|
- megaparsec >=7.0.0 && <9.7
|
||||||
- microlens >=0.4
|
- microlens >=0.4
|
||||||
- microlens-th >=0.4
|
- microlens-th >=0.4
|
||||||
- mtl >=2.2.1
|
- mtl >=2.2.1
|
||||||
|
@ -91,7 +91,7 @@ library:
|
|||||||
- fsnotify >=0.4 && <0.5
|
- fsnotify >=0.4 && <0.5
|
||||||
- microlens >=0.4
|
- microlens >=0.4
|
||||||
- microlens-platform >=0.2.3.1
|
- microlens-platform >=0.2.3.1
|
||||||
- megaparsec >=7.0.0 && <9.6
|
- megaparsec >=7.0.0 && <9.7
|
||||||
- mtl >=2.2.1
|
- mtl >=2.2.1
|
||||||
- process >=1.2
|
- process >=1.2
|
||||||
- safe >=0.3.19
|
- safe >=0.3.19
|
||||||
|
@ -113,7 +113,7 @@ library:
|
|||||||
- http-conduit
|
- http-conduit
|
||||||
- http-client
|
- http-client
|
||||||
- http-types
|
- http-types
|
||||||
- megaparsec >=7.0.0 && <9.6
|
- megaparsec >=7.0.0 && <9.7
|
||||||
- mtl >=2.2.1
|
- mtl >=2.2.1
|
||||||
- network
|
- network
|
||||||
- safe >=0.3.19
|
- safe >=0.3.19
|
||||||
|
@ -113,7 +113,7 @@ dependencies:
|
|||||||
- filepath
|
- filepath
|
||||||
- githash >=0.1.6.2
|
- githash >=0.1.6.2
|
||||||
- haskeline >=0.6
|
- haskeline >=0.6
|
||||||
- megaparsec >=7.0.0 && <9.6
|
- megaparsec >=7.0.0 && <9.7
|
||||||
- microlens >=0.4
|
- microlens >=0.4
|
||||||
- mtl >=2.2.1
|
- mtl >=2.2.1
|
||||||
- process
|
- process
|
||||||
|
Loading…
Reference in New Issue
Block a user