haskell-policeman: don't build this package with ghc-8.6.x

This commit is contained in:
Peter Simons 2020-02-07 20:55:41 +01:00
parent e7dce63d54
commit abd5926447

View file

@ -84,4 +84,7 @@ self: super: {
# cabal2spec needs a recent version of Cabal
cabal2spec = super.cabal2spec.overrideScope (self: super: { Cabal = self.Cabal_3_0_0_0; });
# Builds only with ghc-8.8.x and beyond.
policeman = markBroken super.policeman;
}