From 75b2db9a84846151215a573af696adb3f4f72d24 Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Wed, 17 Apr 2019 23:19:21 +0200 Subject: [PATCH] Don't advertise base-4.8 support anymore (#5455) Problem is that blaze-html provides the Semigroup instance for Html conditionally only for base >= 4.9 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 4319c5275..ae52634cb 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -360,7 +360,7 @@ flag trypandoc Default: False library - build-depends: base >= 4.8 && < 5, + build-depends: base >= 4.9 && < 5, syb >= 0.1 && < 0.8, containers >= 0.4.2.1 && < 0.7, unordered-containers >= 0.2 && < 0.3,