haskell-policeman: don't build this package with ghc-8.6.x
This commit is contained in:
parent
e7dce63d54
commit
abd5926447
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user