diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index 84cf5ac6d72..32cecf134f9 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -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;