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
, mtl-compat , mtl-compat
, old-time , old-time
, parsec , parsec >= 3
, pretty-show >=1.6.4 , pretty-show >=1.6.4
, regex-tdfa , regex-tdfa
, safe >=0.2 , safe >=0.2
@ -159,7 +159,7 @@ test-suite doctests
, mtl , mtl
, mtl-compat , mtl-compat
, old-time , old-time
, parsec , parsec >= 3
, pretty-show >=1.6.4 , pretty-show >=1.6.4
, regex-tdfa , regex-tdfa
, safe >=0.2 , safe >=0.2
@ -247,7 +247,7 @@ test-suite hunittests
, mtl , mtl
, mtl-compat , mtl-compat
, old-time , old-time
, parsec , parsec >= 3
, pretty-show >=1.6.4 , pretty-show >=1.6.4
, regex-tdfa , regex-tdfa
, safe >=0.2 , safe >=0.2

View File

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