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
This commit is contained in:
Herbert Valerio Riedel 2019-04-17 23:19:21 +02:00 committed by John MacFarlane
parent 1e6c6b449f
commit 75b2db9a84

View file

@ -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,