mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user