haskell-HTTP: use the latest version when compiling with GHC 8.4.x
This commit is contained in:
parent
f62deb0f92
commit
86bfcc89b8
|
@ -765,7 +765,8 @@ self: super: {
|
||||||
});
|
});
|
||||||
|
|
||||||
# https://github.com/haskell/HTTP/pull/114
|
# 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.
|
# Older versions don't compile.
|
||||||
haddock-library = self.haddock-library_1_5_0_1;
|
haddock-library = self.haddock-library_1_5_0_1;
|
||||||
|
|
Loading…
Reference in New Issue