haskell-hpack: mark the build as broken when compiling with ghc-8.8.x

This commit is contained in:
Peter Simons 2019-09-18 15:13:27 +00:00
parent 4f21e87fbe
commit a62a68e125

View File

@ -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;
} }