lib, cli, ui, web: upper bound to avoid megaparsec 7 for now

This commit is contained in:
Simon Michael 2018-09-20 20:48:47 -10:00
parent 059ad9eb76
commit 03acd40668
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -93,7 +93,7 @@ dependencies:
- filepath
- haskeline >=0.6
- here
- megaparsec >=6.4.1
- megaparsec >=6.4.1 && < 7
- mtl
- mtl-compat
- old-time