haskell-hpack: mark the build as broken when compiling with ghc-8.8.x
This commit is contained in:
parent
4f21e87fbe
commit
a62a68e125
@ -167,4 +167,7 @@ self: super: {
|
|||||||
# over-specified version constraints
|
# over-specified version constraints
|
||||||
aeson-diff = doJailbreak super.aeson-diff;
|
aeson-diff = doJailbreak super.aeson-diff;
|
||||||
|
|
||||||
|
# https://github.com/sol/hpack/issues/371
|
||||||
|
hpack = markBrokenVersion "0.32.0" super.hpack;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user