From ef625c2f43861863bf3aef4e0af5bfae8595b76b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 22 Jan 2016 15:33:58 -0800 Subject: [PATCH] Lift pandoc constraints, closes #1094, see also #1096 --- build-constraints.yaml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e1dda81f..1c88a2a9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1457,7 +1457,8 @@ packages: "Matthew Pickering @mpickering": - refact - - servant-pandoc + # https://github.com/fpco/stackage/issues/1094 + # - servant-pandoc - ghc-exactprint - apply-refact @@ -1909,13 +1910,7 @@ packages: # https://github.com/fpco/stackage/issues/1091 - HTTP < 4000.3 - # https://github.com/fpco/stackage/issues/1094 - - pandoc-citeproc < 0.9 - - pandoc-types < 1.16 - - pandoc < 1.16 - - cmark < 0.5 - - BlogLiterately-diagrams < 0.2.0.2 - - BlogLiterately < 0.8.1.4 + # https://github.com/fpco/stackage/issues/1096 - deepseq-generics < 0.2 # https://github.com/fpco/stackage/issues/1102