haskell.packages.ghc921.hoogle: unbreak

haskell.packages.ghc921.bsb-http-chunked: disable doctest suite

This package's doctest suite is invoked in a weird way apparently which
makes it fail to typecheck with GHC 9.2.1.
main
sternenseemann 3 years ago
parent a2e7891926
commit 243cd8e8df
  1. 3
      pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
  2. 2
      pkgs/top-level/release-haskell.nix

@ -214,4 +214,7 @@ self: super: {
ghc-lib-parser = self.ghc-lib-parser_9_2_1_20211101;
ghc-lib-parser-ex = self.ghc-lib-parser-ex_9_2_0_1;
});
# https://github.com/sjakobi/bsb-http-chunked/issues/38
bsb-http-chunked = dontCheck super.bsb-http-chunked;
}

@ -310,7 +310,7 @@ let
cabal2nix-unstable = released ++ [ compilerNames.ghc921 ];
funcmp = released ++ [ compilerNames.ghc921 ];
haskell-language-server = released;
hoogle = released;
hoogle = released ++ [ compilerNames.ghc921 ];
hsdns = released ++ [ compilerNames.ghc921 ];
jailbreak-cabal = released ++ [ compilerNames.ghc921 ];
language-nix = released ++ [ compilerNames.ghc921 ];

Loading…
Cancel
Save