From e0c3e7016018fc70459a7cbf625e425c7233deac Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 20 Mar 2016 14:49:15 -0700 Subject: [PATCH] Add constraint "pandoc < 1.17" per #1296 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 309e62ee..651bbfac 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2097,6 +2097,9 @@ packages: # https://github.com/fpco/stackage/issues/1293 - redis-resp < 0.4 + # https://github.com/fpco/stackage/issues/1296 + - pandoc < 1.17 + # end of packages