haskell-hackage-security: jailbreak to fix build with ghc 8.4.x

This commit is contained in:
Peter Simons 2018-03-10 13:36:39 +01:00
parent b4707d9e65
commit 77e974b394

View file

@ -794,4 +794,7 @@ self: super: {
}
);
# https://github.com/haskell/hackage-security/issues/211
hackage-security = doJailbreak super.hackage-security;
}