From 799230232867f7aa300f0f2d828b79496bf90fb7 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Sat, 15 Sep 2018 17:12:51 -0400 Subject: [PATCH] Restrict mmark and mmark-cli bounds (#3955) --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index dd426c89..a2591245 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3724,6 +3724,9 @@ packages: - cue-sheet < 2.0.0 - stache < 2.0.0 - neat-interpolation < 0.3.2.3 + - mmark < 0.0.6.0 + - mmark-cli < 0.0.4.0 + # end of packages # Package flags are applied to individual packages, and override the values of @@ -4524,7 +4527,6 @@ tell-me-when-its-released: - cpio-conduit-0.7.0 # remove from skipped-tests, https://github.com/da-x/cpio-conduit/issues/1 - freer-effects-0.3.0.1 # re-enable extensible benchmarks - hoopl-3.10.2.2 # reenable tests, https://github.com/haskell/hoopl/issues/50 -- mmark-0.0.5.6 # remove from expected test failures - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - store-0.5.0 # remove from skipped-tests, https://github.com/fpco/store/issues/125 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876