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
|
- easytest
|
||||||
- filepath
|
- filepath
|
||||||
- hashtables >=1.2.3.1
|
- hashtables >=1.2.3.1
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1 && < 7
|
||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
|
|||||||
@ -54,7 +54,7 @@ dependencies:
|
|||||||
- fsnotify >=0.2.1.2 && <0.4
|
- fsnotify >=0.2.1.2 && <0.4
|
||||||
- microlens >=0.4
|
- microlens >=0.4
|
||||||
- microlens-platform >=0.2.3.1
|
- microlens-platform >=0.2.3.1
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1 && < 7
|
||||||
- pretty-show >=1.6.4
|
- pretty-show >=1.6.4
|
||||||
- process >=1.2
|
- process >=1.2
|
||||||
- safe >=0.2
|
- safe >=0.2
|
||||||
|
|||||||
@ -114,7 +114,7 @@ library:
|
|||||||
- http-conduit
|
- http-conduit
|
||||||
- http-client
|
- http-client
|
||||||
- json
|
- json
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1 && < 7
|
||||||
- mtl
|
- mtl
|
||||||
- semigroups
|
- semigroups
|
||||||
- shakespeare >=2.0.2.2
|
- shakespeare >=2.0.2.2
|
||||||
|
|||||||
@ -93,7 +93,7 @@ dependencies:
|
|||||||
- filepath
|
- filepath
|
||||||
- haskeline >=0.6
|
- haskeline >=0.6
|
||||||
- here
|
- here
|
||||||
- megaparsec >=6.4.1
|
- megaparsec >=6.4.1 && < 7
|
||||||
- mtl
|
- mtl
|
||||||
- mtl-compat
|
- mtl-compat
|
||||||
- old-time
|
- old-time
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user