lib: add missing parsec lower bound, possibly related to #596, fpco/stackage#2835
[ci skip]
This commit is contained in:
parent
efbbcda7e6
commit
5ae011b249
@ -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
|
||||
|
||||
@ -58,7 +58,7 @@ dependencies:
|
||||
- mtl
|
||||
- mtl-compat
|
||||
- old-time
|
||||
- parsec
|
||||
- parsec >= 3
|
||||
- pretty-show >=1.6.4
|
||||
- regex-tdfa
|
||||
- safe >=0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user