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:
parent
1e6c6b449f
commit
75b2db9a84
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue