haskell.packages.ghc90.http-types: disable checks

This commit is contained in:
Naïm Favier
2023-12-09 15:40:30 +01:00
parent b11a691235
commit 4e4b31df11
@@ -173,4 +173,7 @@ self: super: {
ghc-source-gen = doDistribute (unmarkBroken super.ghc-source-gen);
hspec-megaparsec = super.hspec-megaparsec_2_2_0;
# No instance for (Show B.Builder) arising from a use of print
http-types = dontCheck super.http-types;
}