haskell-HTTP: use the latest version when compiling with GHC 8.4.x

This commit is contained in:
Peter Simons 2018-03-10 13:12:19 +01:00
parent f62deb0f92
commit 86bfcc89b8

View File

@ -765,7 +765,8 @@ self: super: {
});
# https://github.com/haskell/HTTP/pull/114
HTTP = doJailbreak super.HTTP;
HTTP = self.HTTP_4000_3_10;
HTTP_4000_3_10 = dontCheck super.HTTP_4000_3_10;
# Older versions don't compile.
haddock-library = self.haddock-library_1_5_0_1;