lib: add missing parsec lower bound, possibly related to #596, fpco/stackage#2835

[ci skip]
This commit is contained in:
Simon Michael 2017-09-06 07:32:13 -07:00
parent efbbcda7e6
commit 5ae011b249
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ library
, mtl
, mtl-compat
, old-time
, parsec
, parsec >= 3
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2
@ -159,7 +159,7 @@ test-suite doctests
, mtl
, mtl-compat
, old-time
, parsec
, parsec >= 3
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2
@ -247,7 +247,7 @@ test-suite hunittests
, mtl
, mtl-compat
, old-time
, parsec
, parsec >= 3
, pretty-show >=1.6.4
, regex-tdfa
, safe >=0.2

View File

@ -58,7 +58,7 @@ dependencies:
- mtl
- mtl-compat
- old-time
- parsec
- parsec >= 3
- pretty-show >=1.6.4
- regex-tdfa
- safe >=0.2