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
|
||||||
, 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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user